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/profile/edit.php

    r9819 r10150  
    11<?php
     2/**
     3 * BuddyPress - Members Single Profile Edit
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires after the display of member profile edit content.
    510 *
    6  * @since BuddyPress (1.1.0)
     11 * @since 1.1.0
    712 */
    813do_action( 'bp_before_profile_edit_content' );
     
    4146                 * Fires before the display of visibility options for the field.
    4247                 *
    43                  * @since BuddyPress (1.7.0)
     48                 * @since 1.7.0
    4449                 */
    4550                do_action( 'bp_custom_profile_edit_fields_pre_visibility' );
     
    7176                 * Fires after the visibility options for a field.
    7277                 *
    73                  * @since BuddyPress (1.1.0)
     78                 * @since 1.1.0
    7479                 */
    7580                do_action( 'bp_custom_profile_edit_fields' ); ?>
     
    102107 * Fires after the display of member profile edit content.
    103108 *
    104  * @since BuddyPress (1.1.0)
     109 * @since 1.1.0
    105110 */
    106111do_action( 'bp_after_profile_edit_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.