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

    r9877 r10149  
    11<?php
    2 
    32/**
    43 * BuddyPress Members Actions
     
    1211 */
    1312
    14 // Exit if accessed directly
     13// Exit if accessed directly.
    1514defined( 'ABSPATH' ) || exit;
    1615
     
    6463    }
    6564}
    66 // Unhooked in BuddyPress (1.6.0) - moved to settings
     65// Unhooked in 1.6.0 - moved to settings
    6766//add_action( 'bp_actions', 'bp_core_action_set_spammer_status' );
    6867
     
    10099    }
    101100}
    102 // Unhooked in BuddyPress (1.6.0) - moved to settings
     101// Unhooked in 1.6.0 - moved to settings
    103102//add_action( 'bp_actions', 'bp_core_action_delete_user' );
    104103
     
    106105 * Redirect to a random member page when visiting a ?random-member URL.
    107106 *
    108  * @since BuddyPress (1.0.0)
     107 * @since 1.0.0
    109108 */
    110109function bp_core_get_random_member() {
Note: See TracChangeset for help on using the changeset viewer.