Skip to content

Commit

Permalink
Set constant incorrectly to demonstrate failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Sep 13, 2024
1 parent 2996afa commit fdeeefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### BEGIN AUTO-GENERATED DEFINES
defined( 'GUTENBERG_DEVELOPMENT_MODE' ) or define( 'GUTENBERG_DEVELOPMENT_MODE', true );
### END AUTO-GENERATED DEFINES
defined( 'GUTENBERG_MINIMUM_WP_VERSION' ) or define( 'GUTENBERG_MINIMUM_WP_VERSION', '6.5' );
defined( 'GUTENBERG_MINIMUM_WP_VERSION' ) or define( 'GUTENBERG_MINIMUM_WP_VERSION', '5.9' );


gutenberg_pre_init();
Expand Down

0 comments on commit fdeeefe

Please sign in to comment.