Changeset 56551 for trunk/src/wp-includes/class-wp-customize-section.php
- Timestamp:
- 09/10/2023 09:02:49 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r55276 r56551 265 265 } 266 266 267 if ( $this->theme_supports && ! current_theme_supports( ... (array) $this->theme_supports ) ) {267 if ( $this->theme_supports && ! current_theme_supports( ...(array) $this->theme_supports ) ) { 268 268 return false; 269 269 }
Note: See TracChangeset
for help on using the changeset viewer.