Ticket #17636: 17636.4.diff
File 17636.4.diff, 416 bytes (added by , 3 years ago) |
---|
-
src/wp-admin/edit-comments.php
251 251 printf( 252 252 /* translators: %s: Search query. */ 253 253 __( 'Search results for: %s' ), 254 '<strong>' . wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…') . '</strong>'254 '<strong>' . esc_html( wp_unslash( $_REQUEST['s'] ) ) . '</strong>' 255 255 ); 256 256 echo '</span>'; 257 257 }