Changeset 7555 for trunk/bp-blogs/bp-blogs-classes.php
- Timestamp:
- 11/10/2013 02:04:14 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-classes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-classes.php
r7407 r7555 17 17 * network and a specific user on that blog. 18 18 * 19 * @since BuddyPress (1.0 )19 * @since BuddyPress (1.0.0) 20 20 */ 21 21 class BP_Blogs_Blog { … … 215 215 * Get all of a user's blogs, as tracked by BuddyPress. 216 216 * 217 * Note that this is different from the WordPress function {@link get_blogs_of_user()};218 * the current method returns only those blogs that have been recorded219 * b y BuddyPress, while the WP function does a true query of a user's220 * blog capabilities.217 * Note that this is different from the WordPress function 218 * {@link get_blogs_of_user()}; the current method returns only those 219 * blogs that have been recorded by BuddyPress, while the WP function 220 * does a true query of a user's blog capabilities. 221 221 * 222 222 * @param int $user_id Optional. ID of the user whose blogs are being
Note: See TracChangeset
for help on using the changeset viewer.