Changeset 4602 for trunk/bp-members/bp-members-actions.php
- Timestamp:
- 07/04/2011 04:59:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-actions.php
r4400 r4602 49 49 foreach ( (array) $blogs as $key => $details ) { 50 50 // Do not mark the main or current root blog as spam 51 if ( 1 == $details->userblog_id || BP_ROOT_BLOG== $details->userblog_id )51 if ( 1 == $details->userblog_id || bp_get_root_blog_id() == $details->userblog_id ) 52 52 continue; 53 53
Note: See TracChangeset
for help on using the changeset viewer.