We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecae331 commit adf05d1Copy full SHA for adf05d1
lib/experiments-page.php
@@ -98,7 +98,7 @@ function gutenberg_display_experiment_section() {
98
*/
99
function gutenberg_experiments_editor_settings( $settings ) {
100
// The refactored gallery currently can't be run on sites with use_balanceTags option set.
101
- // This bypass need to remain in place until this is is resolved and patch released.
+ // This bypass needs to remain in place until this is is resolved and a patch released.
102
// https://core.trac.wordpress.org/ticket/54130.
103
$balance_tags = get_option( 'use_balanceTags' );
104
$experiments_settings = array(
0 commit comments