Changeset 56551
- Timestamp:
- 09/10/2023 09:02:49 AM (12 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 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 } -
trunk/src/wp-includes/class-wp-customize-section.php
r55276 r56551 265 265 } 266 266 267 if ( $this->theme_supports && ! current_theme_supports( ... 267 if ( $this->theme_supports && ! current_theme_supports( ...(array) $this->theme_supports ) ) { 268 268 return false; 269 269 } -
trunk/src/wp-includes/class-wp-customize-setting.php
r54133 r56551 837 837 } 838 838 839 if ( $this->theme_supports && ! current_theme_supports( ... 839 if ( $this->theme_supports && ! current_theme_supports( ...(array) $this->theme_supports ) ) { 840 840 return false; 841 841 }
Note: See TracChangeset
for help on using the changeset viewer.