mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Show previous search in comment search box
git-svn-id: http://svn.automattic.com/wordpress/trunk@7424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c81a649596
commit
4ebfe93ca2
@ -59,7 +59,7 @@ if ( isset($_GET['s']) )
|
||||
$search_dirty = $_GET['s'];
|
||||
else
|
||||
$search_dirty = '';
|
||||
$search = attribute_escape( $search );
|
||||
$search = attribute_escape( $search_dirty );
|
||||
?>
|
||||
<?php
|
||||
if ( isset( $_GET['approved'] ) || isset( $_GET['deleted'] ) || isset( $_GET['spam'] ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user