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/member-header.php

    r9819 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Users Header
     
    1514 * Fires before the display of a member's header.
    1615 *
    17  * @since BuddyPress (1.2.0)
     16 * @since 1.2.0
    1817 */
    1918do_action( 'bp_before_member_header' ); ?>
     
    4039     * Fires before the display of the member's header meta.
    4140     *
    42      * @since BuddyPress (1.2.0)
     41     * @since 1.2.0
    4342     */
    4443    do_action( 'bp_before_member_header_meta' ); ?>
     
    6362             * Fires in the member header actions section.
    6463             *
    65              * @since BuddyPress (1.2.6)
     64             * @since 1.2.6
    6665             */
    6766            do_action( 'bp_member_header_actions' ); ?>
     
    7776          * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field
    7877          *
    79           * @since BuddyPress (1.2.0)
     78          * @since 1.2.0
    8079          */
    8180         do_action( 'bp_profile_header_meta' );
     
    9291 * Fires after the display of a member's header.
    9392 *
    94  * @since BuddyPress (1.2.0)
     93 * @since 1.2.0
    9594 */
    9695do_action( 'bp_after_member_header' ); ?>
Note: See TracChangeset for help on using the changeset viewer.