Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Whitespace
Co-authored-by: David B <[email protected]>
  • Loading branch information
ockham and dream-encode authored Oct 5, 2022
commit 7da8bf781e61c0fa86aa4e528dd9e26656b74913
1 change: 1 addition & 0 deletions src/wp-includes/class-wp-theme-json-resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public static function get_theme_data( $deprecated = array(), $options = array()

$theme_json_data = static::read_json_file( static::get_file_path_from_theme( 'theme.json' ) );
$theme_json_data = static::translate( $theme_json_data, wp_get_theme()->get( 'TextDomain' ) );

/**
* Filters the data provided by the theme for global styles & settings.
*
Expand Down