- Timestamp:
- 01/22/2018 06:15:54 AM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-customize-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/class-wp-customize-manager.php
r42172 r42537 4637 4637 ), 4638 4638 'theme' => array( 4639 'stylesheet' => $this->get_stylesheet(), 4640 'active' => $this->is_theme_active(), 4639 'stylesheet' => $this->get_stylesheet(), 4640 'active' => $this->is_theme_active(), 4641 '_canInstall' => current_user_can( 'install_themes' ), 4641 4642 ), 4642 4643 'url' => array(
Note: See TracChangeset
for help on using the changeset viewer.