- Timestamp:
- 07/10/2023 10:58:33 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r55276 r56193 185 185 */ 186 186 protected function filter_drawer_content_template() { 187 // @todo Use the .org API instead of the local core feature list. 188 // The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned. 187 /* 188 * @todo Use the .org API instead of the local core feature list. 189 * The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned. 190 */ 189 191 $feature_list = get_theme_feature_list( false ); 190 192 ?>
Note: See TracChangeset
for help on using the changeset viewer.