Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Apr 25, 2023
1 parent 7faabe2 commit 4cb3181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/compat/wordpress-6.3/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ function _gutenberg_get_iframed_editor_assets() {
$wp_scripts->registered = $current_wp_scripts->registered;

wp_enqueue_style( 'wp-block-editor-content' );
// To do: investigate why this is not enqueued through enqueue_block_assets,
// as styles for non-core blocks are.
wp_enqueue_style( 'wp-block-library' );
wp_enqueue_script( 'wp-polyfill' );

Expand Down

0 comments on commit 4cb3181

Please sign in to comment.