Skip to content

Commit 76c1d03

Browse files
committed
Saved changes now show on the front.
Signed-off-by: Kevin Provance <[email protected]>
1 parent 4747cbc commit 76c1d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redux-core/inc/classes/class-redux-field.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ public static function make_descriptor() {
149149
/**
150150
* Redux_Field constructor.
151151
*
152-
* @param array $field Field array.
152+
* @param array|string|null $field Field array.
153153
* @param string|array|null $value Field values.
154154
* @param null $parent ReduxFramework object pointer.
155155
*
156156
* @throws ReflectionException Comment.
157157
*/
158-
public function __construct( array $field = array(), $value = null, $parent = null ) {
158+
public function __construct( $field = array(), $value = null, $parent = null ) {
159159
$this->parent = $parent;
160160
$this->field = $field;
161161
$this->value = $value;

0 commit comments

Comments
 (0)