From post back to get. Props SergeyBiryukov. fixes #16335

git-svn-id: https://develop.svn.wordpress.org/trunk@17345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-01-22 01:31:21 +00:00
parent 4bca42b961
commit 2d0150b6de
4 changed files with 4 additions and 4 deletions

View File

@ -218,7 +218,7 @@ if ( isset($_REQUEST['approved']) || isset($_REQUEST['deleted']) || isset($_REQU
<?php $wp_list_table->views(); ?>
<form id="comments-form" action="" method="post">
<form id="comments-form" action="" method="get">
<?php $wp_list_table->search_box( __( 'Search Comments' ), 'comment' ); ?>

View File

@ -74,7 +74,7 @@ if ( isset($_REQUEST['deleted']) ) {
}
?>
<form id="posts-filter" action="" method="post">
<form id="posts-filter" action="" method="get">
<?php $wp_list_table->search_box( __( 'Search Links' ), 'link' ); ?>

View File

@ -211,7 +211,7 @@ if ( !empty($message) ) { ?>
<?php $wp_list_table->views(); ?>
<form id="posts-filter" action="" method="post">
<form id="posts-filter" action="" method="get">
<?php $wp_list_table->search_box( __( 'Search Media' ), 'media' ); ?>

View File

@ -358,7 +358,7 @@ if ( $usersearch )
<?php $wp_list_table->views(); ?>
<form action="" method="post">
<form action="" method="get">
<?php $wp_list_table->search_box( __( 'Search Users' ), 'user' ); ?>