Use correct name for feature filter REQUEST data to ensure that the search/filter form is present when a filter is active. see #20147.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-03-02 00:41:00 +00:00
parent 2b32b9bb8c
commit 9f6ebb6533
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ if ( ! current_user_can( 'switch_themes' ) ) {
<h3 class="available-themes"><?php _e('Available Themes'); ?></h3>
<?php if ( !empty( $_REQUEST['s'] ) || !empty( $_REQUEST['filter'] ) || $wp_list_table->has_items() ) : ?>
<?php if ( !empty( $_REQUEST['s'] ) || !empty( $_REQUEST['features'] ) || $wp_list_table->has_items() ) : ?>
<form class="search-form filter-form" action="" method="get">