Changeset 31968 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 04/01/2015 07:49:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r31950 r31968 1167 1167 $this->add_control( new WP_Customize_Theme_Control( $this, $theme_id, array( 1168 1168 'theme' => $theme, 1169 'section' => 'themes',1170 'settings' => 'active_theme',1171 ) ) );1172 }1173 1174 if ( ! is_multisite() && current_user_can( 'install_themes' ) ) {1175 $this->add_control( new WP_Customize_New_Theme_Control( $this, 'add_theme', array(1176 1169 'section' => 'themes', 1177 1170 'settings' => 'active_theme',
Note: See TracChangeset
for help on using the changeset viewer.