the_search_query() from mdawaffe. fixes #914
git-svn-id: http://svn.automattic.com/wordpress/trunk@4171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -801,4 +801,9 @@ function the_editor($content, $id = 'content', $prev_id = 'title') {
|
||||
<?php
|
||||
}
|
||||
|
||||
function the_search_query() {
|
||||
global $s;
|
||||
echo wp_specialchars( stripslashes($s), 1 );
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user