Changeset 56551 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 09/10/2023 09:02:49 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.