- Timestamp:
- 11/11/2022 05:49:28 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r54817 r54824 244 244 } 245 245 246 $options 246 $options = wp_parse_args( $options, array( 'with_supports' => true ) ); 247 247 248 248 if ( null === static::$theme || ! static::has_same_registered_blocks( 'theme' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.