Skip to content

Commit

Permalink
Block theme: Fix rendering of "Delete" string
Browse files Browse the repository at this point in the history
Fixes #661
  • Loading branch information
ryelle committed Apr 12, 2024
1 parent ce3a8a7 commit ba0395d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class="wp-block-button__link wp-element-button"
</svg>
<?php
echo wp_kses_post(
printf(
sprintf(
__( 'Delete <span class="screen-reader-text">"%s"</span>', 'wporg-patterns' ),
get_the_title( $current_post_id )
)
Expand Down

0 comments on commit ba0395d

Please sign in to comment.