Changeset 20716 for trunk/wp-admin/themes.php
- Timestamp:
- 05/03/2012 05:54:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r20520 r20716 172 172 ?> 173 173 174 <form class="search-form filter-form" action="" method="get"> 175 174 176 <h3 class="available-themes"><?php _e('Available Themes'); ?></h3> 175 177 176 178 <?php if ( !empty( $_REQUEST['s'] ) || !empty( $_REQUEST['features'] ) || $wp_list_table->has_items() ) : ?> 177 178 <form class="search-form filter-form" action="" method="get">179 179 180 180 <p class="search-box"> … … 184 184 <a id="filter-click" href="?filter=1"><?php _e( 'Feature Filter' ); ?></a> 185 185 </p> 186 187 <br class="clear"/>188 186 189 187 <div id="filter-box" style="<?php if ( empty($_REQUEST['filter']) ) echo 'display: none;'; ?>"> … … 225 223 </div> 226 224 225 <?php endif; ?> 226 227 227 <br class="clear" /> 228 229 <?php endif; ?>230 228 231 229 <?php $wp_list_table->display(); ?>
Note: See TracChangeset
for help on using the changeset viewer.