Plugin Directory

Changeset 930242


Ignore:
Timestamp:
06/11/2014 10:36:11 AM (12 years ago)
Author:
rclick
Message:

minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • i-am-human/trunk/iamhuman.php

    r930241 r930242  
    223223function iamhuman_is_enabled() {
    224224
    225     return !is_user_logged_in() && get_option('colour_one') &&
     225    return !is_user_logged_in() && get_option('colour_one') !== false &&
    226226            filter_var(get_option('enable_post_comments'), FILTER_VALIDATE_BOOLEAN);
    227227}
Note: See TracChangeset for help on using the changeset viewer.