Changeset 930242
- Timestamp:
- 06/11/2014 10:36:11 AM (12 years ago)
- File:
-
- 1 edited
-
i-am-human/trunk/iamhuman.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i-am-human/trunk/iamhuman.php
r930241 r930242 223 223 function iamhuman_is_enabled() { 224 224 225 return !is_user_logged_in() && get_option('colour_one') &&225 return !is_user_logged_in() && get_option('colour_one') !== false && 226 226 filter_var(get_option('enable_post_comments'), FILTER_VALIDATE_BOOLEAN); 227 227 }
Note: See TracChangeset
for help on using the changeset viewer.