Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:43:55 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Members Component.

See #6576.

File:
1 edited

Legend:

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

    r9936 r10149  
    11<?php
    2 
    32/**
    43 * BuddyPress Members Filters.
     
    109 */
    1110
    12 // Exit if accessed directly
     11// Exit if accessed directly.
    1312defined( 'ABSPATH' ) || exit;
    1413
     
    3029 * safety of your network.
    3130 *
    32  * @since BuddyPress (1.5.0)
     31 * @since 1.5.0
    3332 */
    3433function bp_members_signup_sanitization() {
     
    6564 * is not the same than the blog slug for this particular config.
    6665 *
    67  * @since BuddyPress (2.1.0)
     66 * @since 2.1.0
    6867 *
    6968 * @param array $illegal_names
     
    9998 * Filter the user profile URL to point to BuddyPress profile edit.
    10099 *
    101  * @since BuddyPress (1.6.0)
     100 * @since 1.6.0
    102101 *
    103102 * @param string $url     WP profile edit URL.
     
    121120     * Filters the user profile URL to point to BuddyPress profile edit.
    122121     *
    123      * @since BuddyPress (1.5.2)
     122     * @since 1.5.2
    124123     *
    125124     * @param string $url WP profile edit URL.
Note: See TracChangeset for help on using the changeset viewer.