Changeset 3200 for branches/plugin/bbp-includes/bbp-user-template.php
- Timestamp:
- 05/22/2011 08:28:59 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-user-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-user-template.php
r3165 r3200 1073 1073 1074 1074 // Forum is public, and user can read forums or is not logged in 1075 elseif ( bbp_is_forum_public ( $forum_id, $check_ancestors ) && ( !is_user_logged_in() || current_user_can( 'read_forum' )) )1075 elseif ( bbp_is_forum_public ( $forum_id, $check_ancestors ) ) 1076 1076 $retval = true; 1077 1077
Note: See TracChangeset
for help on using the changeset viewer.