ソースを参照

Comment out the "Subscription Form and Links" pattern

Kjell Reigstad 4 年 前
コミット
53cffdcfcb
1 ファイル変更7 行追加2 行削除
  1. 7 2
      blank-canvas/inc/wpcom.php

+ 7 - 2
blank-canvas/inc/wpcom.php

@@ -107,7 +107,12 @@ if ( ! function_exists( 'blank_canvas_register_wpcom_block_patterns' ) ) :
 				)
 			);
 
-			/* This pattern is WP.com-only because it relies on the Jetpack Subscription block. */
+
+			/* 
+			 * @TODO: This is commented out until the following Jetpack issue is resolved: 
+			 * https://github.com/Automattic/jetpack/issues/19113
+			 * 
+			 * This pattern is WP.com-only because it relies on the Jetpack Subscription block.
 			register_block_pattern(
 				'blank-canvas/links-subscription-form',
 				array(
@@ -172,7 +177,7 @@ if ( ! function_exists( 'blank_canvas_register_wpcom_block_patterns' ) ) :
 									<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
 									<!-- /wp:spacer --></div></div>',
 				)
-			);
+			); */
 		}
 	}
 endif;