Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/19/2015 01:40:26 AM (9 years ago)
Author:
tw2113
Message:

First pass at members component docs cleanup.

See #6402.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-filters.php

    r9819 r9877  
    22
    33/**
    4  * BuddyPress Members Filters
     4 * BuddyPress Members Filters.
    55 *
    66 * Filters specific to the Members component.
     
    5858
    5959/**
    60  * Make sure the username is not the blog slug in case of root profile & subdirectory blog
     60 * Make sure the username is not the blog slug in case of root profile & subdirectory blog.
    6161 *
    6262 * If BP_ENABLE_ROOT_PROFILES is defined & multisite config is set to subdirectories,
     
    6565 * is not the same than the blog slug for this particular config.
    6666 *
    67  * @since  BuddyPress (2.1.0)
    68  * @param  array $illegal_names
     67 * @since BuddyPress (2.1.0)
     68 *
     69 * @param array $illegal_names
     70 *
    6971 * @return array $illegal_names
    7072 */
     
    99101 * @since BuddyPress (1.6.0)
    100102 *
    101  * @param string $url WP profile edit URL.
    102  * @param int $user_id ID of the user.
     103 * @param string $url     WP profile edit URL.
     104 * @param int    $user_id ID of the user.
    103105 * @param string $scheme
     106 *
    104107 * @return string
    105108 */
Note: See TracChangeset for help on using the changeset viewer.