Changeset 40586
- Timestamp:
- 05/08/2017 03:58:52 PM (7 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r40572 r40586 21 21 22 22 /* Search form */ 23 .themes-php . wp-filter-search-form {23 .themes-php .search-form { 24 24 display: inline; 25 25 } -
trunk/src/wp-admin/js/theme.js
r40572 r40586 84 84 85 85 // Defines search element container 86 searchContainer: $( '. wp-filter-search-form' ),86 searchContainer: $( '.search-form' ), 87 87 88 88 // Search input and view -
trunk/src/wp-admin/theme-install.php
r40033 r40586 165 165 <button type="button" class="button drawer-toggle" aria-expanded="false"><?php _e( 'Feature Filter' ); ?></button> 166 166 167 < div class="search-form"></div>167 <form class="search-form"></form> 168 168 169 169 <div class="favorites-form"> -
trunk/src/wp-admin/themes.php
r40572 r40586 161 161 <?php endif; ?> 162 162 163 <form class=" wp-filter-search-form"></form>163 <form class="search-form"></form> 164 164 165 165 <hr class="wp-header-end">
Note: See TracChangeset
for help on using the changeset viewer.