Changeset 49706
- Timestamp:
- 11/28/2020 05:30:36 PM (5 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-admin/edit-comments.php
r49284 r49706 234 234 /* translators: %s: Search query. */ 235 235 __( 'Search results for: %s' ), 236 '<strong>' . wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' . '</strong>' )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.