diff --git a/lib/load.php b/lib/load.php index 5d1933c16738e9..b72686b1f4c42c 100644 --- a/lib/load.php +++ b/lib/load.php @@ -121,7 +121,7 @@ function gutenberg_is_experiment_enabled( $name ) { require __DIR__ . '/global-styles.php'; require __DIR__ . '/pwa.php'; -// TODO: Before this PR merges, move this to be a part of the style engine package. +// 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'; diff --git a/phpunit/style-engine/class-wp-style-engine-gutenberg-test.php b/phpunit/style-engine/class-wp-style-engine-gutenberg-test.php index a3e017d0b87444..6407d6e74ea37d 100644 --- a/phpunit/style-engine/class-wp-style-engine-gutenberg-test.php +++ b/phpunit/style-engine/class-wp-style-engine-gutenberg-test.php @@ -3,7 +3,7 @@ * Tests the Style Engine class and associated functionality. * * @package Gutenberg - * @subpackage block-library + * @subpackage style-engine */ /**