Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/wp-includes/class-wp-theme-json-resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ public static function resolve_theme_file_uris( $theme_json ) {
*
* @since 6.6.0
*
* @param array $data Array following the theme.json specification.
* @param array $data Array following the theme.json specification.
* @param array $variations Shared block style variations.
* @return array Theme json data including shared block style variation definitions.
*/
Expand Down Expand Up @@ -967,7 +967,7 @@ private static function inject_variations_from_block_style_variation_files( $dat
*
* @since 6.6.0
*
* @param array $data Array following the theme.json specification.
* @param array $data Array following the theme.json specification.
* @return array Theme json data including shared block style variation definitions.
*/
private static function inject_variations_from_block_styles_registry( $data ) {
Expand Down