Completed
Push — try/jetpack-gutenber-only-load... ( d7ce0e...1e5adb )
by
unknown
05:59 queued 1435:40
created
class.jetpack-gutenberg.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@
 block discarded – undo
46 46
 		return WP_Block_Type_Registry::get_instance()->get_all_registered();
47 47
 	}
48 48
 
49
+	/**
50
+	 * @param string $type
51
+	 */
49 52
 	public static function load_assets_as_required( $type, $content ) {
50 53
 	//	wp_enqueue_script( 'jetpack-block-' . $type );
51 54
 	//	wp_enqueue_styles( 'jetpack-block-' . $type );
Please login to merge, or discard this patch.