Changeset 47794 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 05/14/2020 12:49:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r47198 r47794 209 209 </div> 210 210 <?php 211 $feature_list = get_theme_feature_list( false ); // Use the core list, rather than the .org API, due to inconsistencies and to ensure tags are translated. 211 // Use the core list, rather than the .org API, due to inconsistencies 212 // and to ensure tags are translated. 213 $feature_list = get_theme_feature_list( false ); 214 212 215 foreach ( $feature_list as $feature_name => $features ) { 213 216 echo '<fieldset class="filter-group">';
Note: See TracChangeset
for help on using the changeset viewer.