diff --git a/lib/style-engine/class-wp-style-engine-gutenberg.php b/lib/experimental/style-engine/class-wp-style-engine-gutenberg.php similarity index 100% rename from lib/style-engine/class-wp-style-engine-gutenberg.php rename to lib/experimental/style-engine/class-wp-style-engine-gutenberg.php diff --git a/lib/load.php b/lib/load.php index 085227dae68bfd..65a0b84413722a 100644 --- a/lib/load.php +++ b/lib/load.php @@ -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';