Remove search from nav
git-svn-id: https://develop.svn.wordpress.org/trunk@9070 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a90dbc6f4d
commit
be9af8a54b
@ -111,13 +111,4 @@ _wp_menu_output( $menu, $submenu );
|
||||
do_action( 'adminmenu' );
|
||||
|
||||
?>
|
||||
<li>
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<p id="search" class="the-search-box">
|
||||
<label class="hidden" for="search-input"><?php _e( 'Search' ); ?></label>
|
||||
<input type="text" size="15" id="search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search' ); ?>" class="button" />
|
||||
</p>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user