Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/10/2013 02:04:14 AM (12 years ago)
Author:
boonebgorges
Message:

Improve inline docs in bp-blogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-classes.php

    r7407 r7555  
    1717 * network and a specific user on that blog.
    1818 *
    19  * @since BuddyPress (1.0)
     19 * @since BuddyPress (1.0.0)
    2020 */
    2121class BP_Blogs_Blog {
     
    215215     * Get all of a user's blogs, as tracked by BuddyPress.
    216216     *
    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 recorded
    219      * by BuddyPress, while the WP function does a true query of a user's
    220      * 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.
    221221     *
    222222     * @param int $user_id Optional. ID of the user whose blogs are being
Note: See TracChangeset for help on using the changeset viewer.