Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Templates Component.

Fixes #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/settings/capabilities.php

    r10105 r10150  
    1111     * Fires before the display of the submit button for user capabilities saving.
    1212     *
    13      * @since BuddyPress (1.6.0)
     13     * @since 1.6.0
    1414     */
    1515    do_action( 'bp_members_capabilities_account_before_submit' ); ?>
     
    2929     * Fires after the display of the submit button for user capabilities saving.
    3030     *
    31      * @since BuddyPress (1.6.0)
     31     * @since 1.6.0
    3232     */
    3333    do_action( 'bp_members_capabilities_account_after_submit' ); ?>
Note: See TracChangeset for help on using the changeset viewer.