Skip to content

Commit fc3e5fe

Browse files
committed
multi logic statement fixed.
1 parent c7446a5 commit fc3e5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redux-core/inc/fields/background/class-redux-background.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public function render() {
277277
$this->field['class'] .= ' noPreview';
278278
}
279279

280-
if ( ( ! empty( $this->field['background-image'] ) && true === $this->field['background-image'] ) || isset( $this->field['preview'] ) && false === $this->field['preview'] ) {
280+
if ( ( ! empty( $this->field['background-image'] ) && true === $this->field['background-image'] ) || ( isset( $this->field['preview'] ) && false === $this->field['preview'] ) ) {
281281
$hide = '';
282282
}
283283

0 commit comments

Comments
 (0)