Changeset 8588
- Timestamp:
- 07/10/2014 08:24:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r8587 r8588 126 126 127 127 // Loop through users and record their relationship to this blog 128 foreach ( $users as $user ) {128 foreach ( (array) $users as $user ) { 129 129 bp_blogs_record_blog( $blog_id, $user, true ); 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.