Completed
Pull Request — develop (#1588)
by
unknown
17:33
created
includes/gutenberg/class-gv-gutenberg-blocks.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
 		global $wp_version;
21 21
 
22 22
 		if ( ! class_exists( 'GravityView_Plugin' ) ||
23
-		     ! function_exists( 'register_block_type' ) ||
24
-		     version_compare( $wp_version, self::MIN_WP_VERSION, '<' )
23
+			 ! function_exists( 'register_block_type' ) ||
24
+			 version_compare( $wp_version, self::MIN_WP_VERSION, '<' )
25 25
 		) {
26 26
 			return;
27 27
 		}
Please login to merge, or discard this patch.