Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

WIP: Debug action link from fork. #663

Closed
wants to merge 13 commits into from
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Preview Theme Changes
uses: WordPress/action-wp-playground-pr-preview@trunk
uses: juanfra/action-wp-playground-pr-preview@debug
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
8 changes: 1 addition & 7 deletions patterns/banner-intro.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)">
<!-- wp:heading {"align":"wide","fontSize":"x-large"} -->
<h2 class="wp-block-heading alignwide has-x-large-font-size">
<?php
printf(
/* translators: %s is the brand name, e.g., 'Fleurs'. */
esc_html_x( 'We\'re %s, our mission is to deliver exquisite flower arrangements that not only adorn living spaces but also inspire a deeper appreciation for natural beauty.', 'Pattern placeholder text.', 'twentytwentyfive' ),
'<strong>' . esc_html_x( 'Fleurs', 'Example brand name.', 'twentytwentyfive' ) . '</strong>'
);
?>
Testing playground link - *Twenty Twenty-Five*
</h2>
<!-- /wp:heading -->
</div>
Expand Down
Loading