Changeset 9877 for trunk/src/bp-members/bp-members-filters.php
- Timestamp:
- 05/19/2015 01:40:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-filters.php
r9819 r9877 2 2 3 3 /** 4 * BuddyPress Members Filters 4 * BuddyPress Members Filters. 5 5 * 6 6 * Filters specific to the Members component. … … 58 58 59 59 /** 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. 61 61 * 62 62 * If BP_ENABLE_ROOT_PROFILES is defined & multisite config is set to subdirectories, … … 65 65 * is not the same than the blog slug for this particular config. 66 66 * 67 * @since BuddyPress (2.1.0) 68 * @param array $illegal_names 67 * @since BuddyPress (2.1.0) 68 * 69 * @param array $illegal_names 70 * 69 71 * @return array $illegal_names 70 72 */ … … 99 101 * @since BuddyPress (1.6.0) 100 102 * 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. 103 105 * @param string $scheme 106 * 104 107 * @return string 105 108 */
Note: See TracChangeset
for help on using the changeset viewer.