Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (9 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/profile/change-avatar.php

    r9819 r10150  
    66 * Fires before the display of profile avatar upload content.
    77 *
    8  * @since BuddyPress (1.1.0)
     8 * @since 1.1.0
    99 */
    1010do_action( 'bp_before_profile_avatar_upload_content' ); ?>
     
    6262     * Load the Avatar UI templates
    6363     *
    64      * @since  BuddyPress (2.3.0)
     64     * @since  2.3.0
    6565     */
    6666    bp_avatar_get_templates(); ?>
     
    7777 * Fires after the display of profile avatar upload content.
    7878 *
    79  * @since BuddyPress (1.1.0)
     79 * @since 1.1.0
    8080 */
    8181do_action( 'bp_after_profile_avatar_upload_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.