Skip to content

Redux Gallery #4074

@huanquangchu

Description

@huanquangchu

Hi , I found the issue of redux gallery fields not showing gallery below option after reload page. it because your condition is not correct as image below:

Image

it correct is:
if ( false !== $img ) {
or:
if ( $img ) {
or: if ( ! false == $img ) {

so i would like you to review and update that please.
Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions