mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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' ); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user