get-option incorrect
-
in heartbeat-control-donate.php
there is incorrect:
if(get_option('heartbeat_control_donate_dismissed'=='1'))
should be
should be:
if(get_option('heartbeat_control_donate_dismissed')=='1')
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘get-option incorrect’ is closed to new replies.