Skip to content

Commit

Permalink
Add flag to 6.3-script-loader call
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromtonya committed May 1, 2023
1 parent b6bcb12 commit 6ce3620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.3/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function _gutenberg_get_iframed_editor_assets() {

ob_start();
wp_print_styles();
wp_print_fonts();
wp_print_fonts( false, true );
$styles = ob_get_clean();

ob_start();
Expand Down

0 comments on commit 6ce3620

Please sign in to comment.