bug with condition, ‘hide-ia’
-
the file /templates/features.php contains the following condition, which will never evaluate as true (line 7050).
! isset($ampforwp_stored_meta['ampforwp-ia-on-off']) && ! isset($ampforwp_stored_meta['ampforwp-ia-on-off'][0]) && $ampforwp_stored_meta['ampforwp-ia-on-off'][0] == 'hide-ia'
I believe the condition should not use the NOT operator on the two isset calls
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bug with condition, ‘hide-ia’’ is closed to new replies.