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-activity.php

    r9877 r10149  
    11<?php
    2 
    32/**
    43 * BuddyPress Member Activity
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    1413 * Register the 'new member' activity type.
    1514 *
    16  * @since BuddyPress (2.2.0)
     15 * @since 2.2.0
    1716 *
    1817 * @uses bp_activity_set_action()
     
    3332     * Fires after the default 'new member' activity types are registered.
    3433     *
    35      * @since BuddyPress (2.2.0)
     34     * @since 2.2.0
    3635     */
    3736    do_action( 'bp_members_register_activity_actions' );
     
    4241 * Format 'new_member' activity actions.
    4342 *
    44  * @since BuddyPress (2.2.0)
     43 * @since 2.2.0
    4544 *
    4645 * @param string $action   Static activity action.
     
    6160     * Filters the formatted 'new member' activity actions.
    6261     *
    63      * @since BuddyPress (2.2.0)
     62     * @since 2.2.0
    6463     *
    6564     * @param string $action   Static activity action.
Note: See TracChangeset for help on using the changeset viewer.