From post back to get. Props SergeyBiryukov. fixes #16335
git-svn-id: http://svn.automattic.com/wordpress/trunk@17345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
47c8008257
commit
e9d62d1f01
|
@ -218,7 +218,7 @@ if ( isset($_REQUEST['approved']) || isset($_REQUEST['deleted']) || isset($_REQU
|
||||||
|
|
||||||
<?php $wp_list_table->views(); ?>
|
<?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' ); ?>
|
<?php $wp_list_table->search_box( __( 'Search Comments' ), 'comment' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -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' ); ?>
|
<?php $wp_list_table->search_box( __( 'Search Links' ), 'link' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -211,7 +211,7 @@ if ( !empty($message) ) { ?>
|
||||||
|
|
||||||
<?php $wp_list_table->views(); ?>
|
<?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' ); ?>
|
<?php $wp_list_table->search_box( __( 'Search Media' ), 'media' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -358,7 +358,7 @@ if ( $usersearch )
|
||||||
|
|
||||||
<?php $wp_list_table->views(); ?>
|
<?php $wp_list_table->views(); ?>
|
||||||
|
|
||||||
<form action="" method="post">
|
<form action="" method="get">
|
||||||
|
|
||||||
<?php $wp_list_table->search_box( __( 'Search Users' ), 'user' ); ?>
|
<?php $wp_list_table->search_box( __( 'Search Users' ), 'user' ); ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue