Remove pagenow from search form actions. Props Viper007Bond. see #7552
git-svn-id: http://svn.automattic.com/wordpress/trunk@9122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
31937a5a79
commit
6d0d781ad6
|
@ -142,7 +142,7 @@ endif; ?>
|
|||
<div class="wrap">
|
||||
|
||||
<ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul>
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<form class="search-form" action="" method="get">
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e('Search Categories'); ?>:</label>
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
|
|
|
@ -173,7 +173,7 @@ unset($status_links);
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<form class="search-form" action="" method="get">
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Comments' ); ?>:</label>
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
|
|
|
@ -78,7 +78,7 @@ endif; ?>
|
|||
<div class="wrap">
|
||||
|
||||
<ul class="subsubsub"><li><a class="current"><br /></a></li></ul>
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<form class="search-form" action="" method="get">
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Categories' ); ?>:</label>
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
|
|
|
@ -162,7 +162,7 @@ endif;
|
|||
?>
|
||||
</ul>
|
||||
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<form class="search-form" action="" method="get">
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Pages' ); ?>:</label>
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
|
|
|
@ -145,7 +145,7 @@ endif; ?>
|
|||
<div class="wrap">
|
||||
|
||||
<ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul>
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<form class="search-form" action="" method="get">
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Tags' ); ?>:</label>
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
|
|
|
@ -197,7 +197,7 @@ do_action('restrict_manage_posts');
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<form class="search-form" action="" method="get">
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?>:</label>
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
|
|
|
@ -121,7 +121,7 @@ echo $select_order;
|
|||
</form></div>
|
||||
|
||||
<ul class="subsubsub"><li><a class="current"><br /></a></li></ul>
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<form class="search-form" action="" method="get">
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Links' ); ?>:</label>
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
|
|
|
@ -252,7 +252,7 @@ foreach ($arc_result as $arc_row) {
|
|||
<?php } // ! is_singular ?>
|
||||
</form></div>
|
||||
|
||||
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
|
||||
<form class="search-form" action="" method="get">
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Media' ); ?>:</label>
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
|
|
Loading…
Reference in New Issue