Use get method for plugin search form. Avoid lingering notices. Props garyc40. fixes #16549
git-svn-id: https://develop.svn.wordpress.org/trunk@18991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
421ee5ebdd
commit
207cf186b6
@ -391,9 +391,11 @@ if ( $s )
|
||||
|
||||
<?php $wp_list_table->views(); ?>
|
||||
|
||||
<form method="post" action="">
|
||||
|
||||
<form method="get" action="">
|
||||
<?php $wp_list_table->search_box( __( 'Search Installed Plugins' ), 'plugin' ); ?>
|
||||
</form>
|
||||
|
||||
<form method="post" action="">
|
||||
|
||||
<input type="hidden" name="plugin_status" value="<?php echo esc_attr($status) ?>" />
|
||||
<input type="hidden" name="paged" value="<?php echo esc_attr($page) ?>" />
|
||||
|
Loading…
Reference in New Issue
Block a user