Changeset 60522 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 07/30/2025 04:22:38 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r60414 r60522 2162 2162 ), 2163 2163 'theme' => array( 2164 'stylesheet' => $this->get_stylesheet(), 2165 'active' => $this->is_theme_active(), 2164 'stylesheet' => $this->get_stylesheet(), 2165 'active' => $this->is_theme_active(), 2166 'isBlockTheme' => wp_is_block_theme(), 2166 2167 ), 2167 2168 'url' => array(
Note: See TracChangeset
for help on using the changeset viewer.