Changeset 56551 for trunk/src/wp-includes/class-wp-customize-panel.php
- Timestamp:
- 09/10/2023 09:02:49 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-panel.php
r55276 r56551 243 243 } 244 244 245 if ( $this->theme_supports && ! current_theme_supports( ... 245 if ( $this->theme_supports && ! current_theme_supports( ...(array) $this->theme_supports ) ) { 246 246 return false; 247 247 }
Note: See TracChangeset
for help on using the changeset viewer.