- Timestamp:
- 05/14/2020 12:49:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r47122 r47794 165 165 */ 166 166 protected function filter_drawer_content_template() { 167 $feature_list = get_theme_feature_list( false ); // @todo Use the .org API instead of the local core feature list. The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned. 167 // @todo Use the .org API instead of the local core feature list. 168 // The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned. 169 $feature_list = get_theme_feature_list( false ); 168 170 ?> 169 171 <# if ( 'wporg' === data.action ) { #>
Note: See TracChangeset
for help on using the changeset viewer.