diff --git wp-admin/themes.php wp-admin/themes.php
index 171a0b2..0df4836 100644
|
|
|
if ( ! current_user_can( 'switch_themes' ) ) { |
| 149 | 149 | <p class="search-box"> |
| 150 | 150 | <label class="screen-reader-text" for="theme-search-input"><?php _e('Search Themes'); ?>:</label> |
| 151 | 151 | <input type="text" id="theme-search-input" name="s" value="<?php _admin_search_query(); ?>" /> |
| 152 | | <?php submit_button( __( 'Search Themes' ), 'button', 'submit', false ); ?> |
| | 152 | <?php submit_button( __( 'Search Themes' ), 'button', false, false, array( 'id' => 'search-submit' ) ); ?> |
| 153 | 153 | <a id="filter-click" href="?filter=1"><?php _e( 'Feature Filter' ); ?></a> |
| 154 | 154 | </p> |
| 155 | 155 | |
| … |
… |
if ( ! current_user_can( 'switch_themes' ) ) { |
| 184 | 184 | <?php endforeach; ?> |
| 185 | 185 | |
| 186 | 186 | <div class="feature-container"> |
| 187 | | <?php submit_button( __( 'Apply Filters' ), 'button-secondary submitter', 'submit', false, array( 'style' => 'margin-left: 120px' ) ); ?> |
| | 187 | <?php submit_button( __( 'Apply Filters' ), 'button-secondary submitter', false, false, array( 'style' => 'margin-left: 120px' ) ); ?> |
| 188 | 188 | |
| 189 | 189 | <small><a id="mini-filter-click" href="<?php echo esc_url( remove_query_arg( array('filter', 'features', 'submit') ) ); ?>"><?php _e( 'Close filters' )?></a></small> |
| 190 | 190 | </div> |