Skip to content

Commit

Permalink
remove dupe call
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Oct 24, 2024
1 parent b9762eb commit 6140eb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/class-wp-theme-json-resolver-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,6 @@ public static function get_resolved_theme_uris( $theme_json ) {
return static::$resolved_theme_uris_cache[ $resolved_theme_uris_cache_key ];
}

$theme_json_data = $theme_json->get_raw_data();

// Using the same file convention when registering web fonts. See: WP_Font_Face_Resolver:: to_theme_file_uri.
$placeholder = 'file:./';

Expand Down

0 comments on commit 6140eb0

Please sign in to comment.