Changeset 55142
- Timestamp:
- 01/25/2023 10:07:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r55129 r55142 2112 2112 if ( isset( $feature_declarations[ $feature_selector ] ) ) { 2113 2113 foreach ( $new_feature_declarations as $new_feature_declaration ) { 2114 $feature_declarations[ $feature_selector ][] = $ feature_declaration;2114 $feature_declarations[ $feature_selector ][] = $new_feature_declaration; 2115 2115 } 2116 2116 } else {
Note: See TracChangeset
for help on using the changeset viewer.