Skip to content

Commit

Permalink
Ensure block editor settings for wp 5.9 compat are loaded (#39415)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Mar 14, 2022
1 parent 2317927 commit 655ef1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function gutenberg_is_experiment_enabled( $name ) {
require __DIR__ . '/compat.php';
require __DIR__ . '/compat/wordpress-5.9/widget-render-api-endpoint/index.php';
require __DIR__ . '/compat/wordpress-5.9/blocks.php';
require __DIR__ . '/compat/wordpress-5.9/block-editor-settings.php';
require __DIR__ . '/compat/wordpress-5.9/block-patterns.php';
require __DIR__ . '/compat/wordpress-5.9/block-template-utils.php';
require __DIR__ . '/compat/wordpress-5.9/default-editor-styles.php';
Expand Down

0 comments on commit 655ef1d

Please sign in to comment.