Changeset 42003
- Timestamp:
- 10/24/2017 09:45:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r41949 r42003 199 199 </div> 200 200 <?php 201 $feature_list = get_theme_feature_list( );201 $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. 202 202 foreach ( $feature_list as $feature_name => $features ) { 203 203 echo '<fieldset class="filter-group">';
Note: See TracChangeset
for help on using the changeset viewer.