We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7446a5 commit fc3e5feCopy full SHA for fc3e5fe
redux-core/inc/fields/background/class-redux-background.php
@@ -277,7 +277,7 @@ public function render() {
277
$this->field['class'] .= ' noPreview';
278
}
279
280
- if ( ( ! empty( $this->field['background-image'] ) && true === $this->field['background-image'] ) || isset( $this->field['preview'] ) && false === $this->field['preview'] ) {
+ if ( ( ! empty( $this->field['background-image'] ) && true === $this->field['background-image'] ) || ( isset( $this->field['preview'] ) && false === $this->field['preview'] ) ) {
281
$hide = '';
282
283
0 commit comments