Remove search from nav
git-svn-id: http://svn.automattic.com/wordpress/trunk@9070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
64fe249bb7
commit
3e6cbe4ba7
|
@ -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