Changeset 42536 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 01/22/2018 06:14:10 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r42343 r42536 4703 4703 ), 4704 4704 'theme' => array( 4705 'stylesheet' => $this->get_stylesheet(), 4706 'active' => $this->is_theme_active(), 4705 'stylesheet' => $this->get_stylesheet(), 4706 'active' => $this->is_theme_active(), 4707 '_canInstall' => current_user_can( 'install_themes' ), 4707 4708 ), 4708 4709 'url' => array(
Note: See TracChangeset
for help on using the changeset viewer.