diff --git a/lib/compat.php b/lib/compat.php index ff0938c496828a..01c2118ef19056 100644 --- a/lib/compat.php +++ b/lib/compat.php @@ -116,7 +116,6 @@ function gutenberg_wpautop( $content ) { remove_filter( 'the_content', 'wpautop' ); add_filter( 'the_content', 'gutenberg_wpautop', 6 ); - /** * Check if we need to load the block warning in the Classic Editor. * @@ -304,3 +303,22 @@ function gutenberg_warn_classic_about_blocks() {