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

    r9819 r10150  
    11<?php
     2/**
     3 * BuddyPress - Members Single Profile WP
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires before the display of member profile loop content.
    510 *
    6  * @since BuddyPress (1.2.0)
     11 * @since 1.2.0
    712 */
    813do_action( 'bp_before_profile_loop_content' ); ?>
     
    1520     * Fires before the display of member profile field content.
    1621     *
    17      * @since BuddyPress (1.1.0)
     22     * @since 1.1.0
    1823     */
    1924    do_action( 'bp_before_profile_field_content' ); ?>
     
    8691 * Fires after the display of member profile field content.
    8792 *
    88  * @since BuddyPress (1.1.0)
     93 * @since 1.1.0
    8994 */
    9095do_action( 'bp_after_profile_field_content' ); ?>
     
    95100 * Fires and displays the profile field buttons.
    96101 *
    97  * @since BuddyPress (1.1.0)
     102 * @since 1.1.0
    98103 */
    99104do_action( 'bp_profile_field_buttons' ); ?>
     
    104109 * Fires after the display of member profile loop content.
    105110 *
    106  * @since BuddyPress (1.2.0)
     111 * @since 1.2.0
    107112 */
    108113do_action( 'bp_after_profile_loop_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.