Completed
Push — trunk ( 3e2b5c...e7facd )
by
unknown
907:06 queued 892:32
created
example-functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -722,6 +722,6 @@
 block discarded – undo
722 722
 		'desc'       => esc_html__( 'Will show in REST API "editable" contexts only (`POST` requests).', 'cmb2' ),
723 723
 		'id'         => $prefix . 'editable_text',
724 724
 		'type'       => 'text',
725
-		'show_in_rest' => WP_REST_Server::EDITABLE,// WP_REST_Server::ALLMETHODS|WP_REST_Server::READABLE, // Determines which HTTP methods the field is visible in. Will override the cmb2_box 'show_in_rest' param.
725
+		'show_in_rest' => WP_REST_Server::EDITABLE, // WP_REST_Server::ALLMETHODS|WP_REST_Server::READABLE, // Determines which HTTP methods the field is visible in. Will override the cmb2_box 'show_in_rest' param.
726 726
 	) );
727 727
 }
Please login to merge, or discard this patch.