diff --git wp-admin/plugins.php wp-admin/plugins.php
index 0c36bbd..523ce38 100644
|
|
|
if ( $s ) |
| 400 | 400 | |
| 401 | 401 | <?php $wp_list_table->views(); ?> |
| 402 | 402 | |
| 403 | | <form method="post" action=""> |
| 404 | | |
| | 403 | <form method="get" action=""> |
| 405 | 404 | <?php $wp_list_table->search_box( __( 'Search Plugins' ), 'plugin' ); ?> |
| | 405 | </form> |
| | 406 | |
| | 407 | <form method="post" action=""> |
| 406 | 408 | |
| 407 | 409 | <input type="hidden" name="plugin_status" value="<?php echo esc_attr($status) ?>" /> |
| 408 | 410 | <input type="hidden" name="paged" value="<?php echo esc_attr($page) ?>" /> |