Changeset 55448 for trunk/src/wp-includes/class-wp-theme-json-resolver.php
- Timestamp:
- 03/01/2023 04:15:27 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r55273 r55448 560 560 } 561 561 562 $result = static::get_core_data(); 562 $result = new WP_Theme_JSON(); 563 $result->merge( static::get_core_data() ); 563 564 if ( 'default' === $origin ) { 564 565 $result->set_spacing_sizes();
Note: See TracChangeset
for help on using the changeset viewer.