Changeset 6196 for trunk/src/includes/users/functions.php
- Timestamp:
- 12/28/2016 06:16:53 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r6192 r6196 55 55 */ 56 56 function bbp_is_anonymous() { 57 if ( ! is_user_logged_in() && bbp_allow_anonymous() ) {57 if ( ! is_user_logged_in() && bbp_allow_anonymous() ) { 58 58 $is_anonymous = true; 59 59 } else {
Note: See TracChangeset
for help on using the changeset viewer.