Ticket #17636: 17636.2.diff
File 17636.2.diff, 536 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/edit-comments.php
195 195 echo '<span class="subtitle">'; 196 196 /* translators: %s: search keywords */ 197 197 printf( __( 'Search results for “%s”' ), 198 wp_ html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…')198 wp_strip_all_tags( esc_html( stripslashes( $_REQUEST['s'] ) ), true ) 199 199 ); 200 200 echo '</span>'; 201 201 }