- Timestamp:
- 11/11/2022 05:55:30 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/src/wp-includes/class-wp-theme-json-resolver.php
r54818 r54826 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.