Skip to content

Commit

Permalink
Enqueue polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Apr 25, 2023
1 parent 59fd079 commit 4b2fe2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compat/wordpress-6.3/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function _wp_get_iframed_editor_assets__63() {
remove_filter( 'should_load_block_editor_scripts_and_styles', '__return_false' );

wp_enqueue_style( 'wp-block-editor-content' );
wp_enqueue_script( 'wp-polyfill' );

ob_start();
wp_print_styles();
Expand Down

0 comments on commit 4b2fe2e

Please sign in to comment.