Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd authored and oandregal committed Oct 31, 2022
1 parent f779c9a commit b11761c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function wp_theme_has_theme_json( $clear_cache = false ) {
*/
function wp_theme_clean_theme_json_cached_data() {
wp_theme_has_theme_json( true );
wp_get_global_settings( true );
gutenberg_get_global_settings( array(), array(), true );
WP_Theme_JSON_Resolver_Gutenberg::clean_cached_data();
}
}
Expand Down

0 comments on commit b11761c

Please sign in to comment.