- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r45932 r47122 73 73 <li id="accordion-section-{{ data.id }}" class="theme-section"> 74 74 <button type="button" class="customize-themes-section-title themes-section-{{ data.id }}">{{ data.title }}</button> 75 <?php if ( current_user_can( 'install_themes' ) || is_multisite() ) : // @todo : upload support?>75 <?php if ( current_user_can( 'install_themes' ) || is_multisite() ) : // @todo Upload support. ?> 76 76 <?php endif; ?> 77 77 <div class="customize-themes-section themes-section-{{ data.id }} control-section-content themes-php"> … … 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 $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. 168 168 ?> 169 169 <# if ( 'wporg' === data.action ) { #>
Note: See TracChangeset
for help on using the changeset viewer.