diff --git a/projects/plugins/jetpack/class.jetpack-gutenberg.php b/projects/plugins/jetpack/class.jetpack-gutenberg.php index a94fa779aa13a..9628c4d326afb 100644 --- a/projects/plugins/jetpack/class.jetpack-gutenberg.php +++ b/projects/plugins/jetpack/class.jetpack-gutenberg.php @@ -440,9 +440,12 @@ public static function should_load() { } /** - * Filter to disable Gutenberg blocks + * Filter to enable Gutenberg blocks. + * + * Defaults to true if (connected or in offline mode) and the Blocks module is active. * * @since 6.5.0 + * @since $$next-version$$ Filter is able to activate or deactivate Gutenberg blocks. * * @param bool true Whether to load Gutenberg blocks */