Completed
Push — trunk ( 4c21fa...e6d92d )
by Justin
06:07
created
includes/CMB2_Types.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
 
54 54
 		// Check for methods to be proxied to the CMB2_Type_Base object.
55 55
 		if ( $exists = $this->maybe_proxy_method( $fieldtype, $arguments ) ) {
56
-			return $exists['value'];
56
+			return $exists[ 'value' ];
57 57
 		}
58 58
 
59 59
 		// Check for custom field type class.
@@ -448,8 +448,8 @@  discard block
 block discarded – undo
448 448
 			'class' => 'cmb2-hidden',
449 449
 		);
450 450
 		if ( $this->field->group ) {
451
-			$args['data-groupid'] = $this->field->group->id();
452
-			$args['data-iterator'] = $this->iterator;
451
+			$args[ 'data-groupid' ] = $this->field->group->id();
452
+			$args[ 'data-iterator' ] = $this->iterator;
453 453
 		}
454 454
 		return $this->input( $args );
455 455
 	}
Please login to merge, or discard this patch.