Completed
Push — try/custom-initial-block ( 01ef93 )
by
unknown
10:18 queued 02:52
created
wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-custom-initial-block.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 	 * Validation callback for the block parameter.
84 84
 	 *
85 85
 	 * @param array $param Block parameter.
86
-	 * @return true|\WP_Error
86
+	 * @return boolean
87 87
 	 */
88 88
 	public function custom_initial_block_validation( $param ) {
89 89
 		return Jetpack_Gutenberg::is_custom_initial_block_allowed( $param );
Please login to merge, or discard this patch.