Skip to content

Commit

Permalink
Apply suggestions from code review - update comments
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Serong <[email protected]>
  • Loading branch information
ramonjd and andrewserong authored Mar 25, 2022
1 parent 42a12da commit 4ace927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Tests the Style Engine class and associated functionality.
*
* @package Gutenberg
* @subpackage block-library
* @subpackage style-engine
*/

/**
Expand Down

0 comments on commit 4ace927

Please sign in to comment.