Ticket #17636: 17636.3.diff
File 17636.3.diff, 550 bytes (added by , 2 years ago) |
---|
-
src/wp-admin/edit-comments.php
245 245 printf( 246 246 /* translators: %s: Search query. */ 247 247 __( 'Search results for: %s' ), 248 '<strong>' . wp_ html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…') . '</strong>'248 '<strong>' . wp_strip_all_tags( esc_html( stripslashes( $_REQUEST['s'] ) ), true ) . '</strong>' 249 249 ); 250 250 echo '</span>'; 251 251 }