Changeset 49284 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 10/23/2020 03:59:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r49193 r49284 233 233 printf( 234 234 /* translators: %s: Search query. */ 235 __( 'Search results for “%s”' ),236 wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' )235 __( 'Search results for: %s' ), 236 '<strong>' . wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' . '</strong>' ) 237 237 ); 238 238 echo '</span>';
Note: See TracChangeset
for help on using the changeset viewer.