Ticket #17636: 17636.patch
File 17636.patch, 670 bytes (added by , 12 years ago) |
---|
-
wp-admin/edit-comments.php
140 140 echo __('Comments'); 141 141 142 142 if ( isset($_REQUEST['s']) && $_REQUEST['s'] ) 143 printf( '<span class="subtitle">' . sprintf( __( 'Search results for “%s”' ), wp_ html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50) ) . '</span>' ); ?>143 printf( '<span class="subtitle">' . sprintf( __( 'Search results for “%s”' ), wp_strip_all_tags( esc_html( stripslashes( $_REQUEST['s'] ) ), true ) ) . '</span>' ); ?> 144 144 </h2> 145 145 146 146 <?php