Changeset 10149 for trunk/src/bp-members/bp-members-filters.php
- Timestamp:
- 09/27/2015 05:43:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-filters.php
r9936 r10149 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Members Filters. … … 10 9 */ 11 10 12 // Exit if accessed directly 11 // Exit if accessed directly. 13 12 defined( 'ABSPATH' ) || exit; 14 13 … … 30 29 * safety of your network. 31 30 * 32 * @since BuddyPress (1.5.0)31 * @since 1.5.0 33 32 */ 34 33 function bp_members_signup_sanitization() { … … 65 64 * is not the same than the blog slug for this particular config. 66 65 * 67 * @since BuddyPress (2.1.0)66 * @since 2.1.0 68 67 * 69 68 * @param array $illegal_names … … 99 98 * Filter the user profile URL to point to BuddyPress profile edit. 100 99 * 101 * @since BuddyPress (1.6.0)100 * @since 1.6.0 102 101 * 103 102 * @param string $url WP profile edit URL. … … 121 120 * Filters the user profile URL to point to BuddyPress profile edit. 122 121 * 123 * @since BuddyPress (1.5.2)122 * @since 1.5.2 124 123 * 125 124 * @param string $url WP profile edit URL.
Note: See TracChangeset
for help on using the changeset viewer.