Completed
Push — fix/15935-calendly-block-for-p... ( d530d2 )
by
unknown
07:48
created
extensions/blocks/calendly/calendly.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -247,6 +247,4 @@
 block discarded – undo
247 247
 		esc_attr( $block_id ),
248 248
 		! empty( $submit_button_classes ) ? esc_attr( $submit_button_classes ) : 'wp-block-button__link',
249 249
 		esc_js( $url ),
250
-		wp_kses_post( $submit_button_text )
251
-	);
252
-}
250
+		wp_kses_post( $submit_button_text
253 251
\ No newline at end of file
Please login to merge, or discard this patch.