Skip to content

Commit 79ab31a

Browse files
Twenty Twenty-Five: Remove redundant echo from esc_html_e().
Follow-up to [59233]. Props dilipbheda, sabernhardt. Fixes #63345. git-svn-id: https://develop.svn.wordpress.org/trunk@60192 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 839c817 commit 79ab31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- wp:group {"align":"full","layout":{"type":"default"}} -->
2525
<div class="wp-block-group alignfull">
2626
<!-- wp:heading {"align":"left","style":{"typography":{"fontSize":"clamp(1rem, 380px, 24vw)","letterSpacing":"-0.02em","lineHeight":"1","fontWeight":"700","fontStyle":"normal"}}} -->
27-
<h2 class="wp-block-heading has-text-align-left" style="font-size:clamp(1rem, 380px, 24vw);font-style:normal;font-weight:700;letter-spacing:-0.02em;line-height:1"><?php echo esc_html_e( 'Stories', 'twentytwentyfive' ); ?></h2>
27+
<h2 class="wp-block-heading has-text-align-left" style="font-size:clamp(1rem, 380px, 24vw);font-style:normal;font-weight:700;letter-spacing:-0.02em;line-height:1"><?php esc_html_e( 'Stories', 'twentytwentyfive' ); ?></h2>
2828
<!-- /wp:heading -->
2929

3030
</div>

0 commit comments

Comments
 (0)