Skip to content

Commit

Permalink
Make the style engine class experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Apr 4, 2022
1 parent 8dc761a commit bfa2120
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function gutenberg_is_experiment_enabled( $name ) {
// TODO: Move this to be loaded from the style engine package, via the build directory.
// Part of the build process should be to copy the PHP file to the correct location,
// similar to the loading behaviour in `blocks.php`.
require __DIR__ . '/style-engine/class-wp-style-engine-gutenberg.php';
require __DIR__ . '/experimental/style-engine/class-wp-style-engine-gutenberg.php';

require __DIR__ . '/block-supports/utils.php';
require __DIR__ . '/block-supports/elements.php';
Expand Down

0 comments on commit bfa2120

Please sign in to comment.