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/friends.php

    r9819 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Users Friends
     
    2928                     * Fires inside the members friends order options select input.
    3029                     *
    31                      * @since BuddyPress (2.0.0)
     30                     * @since 2.0.0
    3231                     */
    3332                    do_action( 'bp_member_friends_order_options' ); ?>
     
    5049         * Fires before the display of member friends content.
    5150         *
    52          * @since BuddyPress (1.2.0)
     51         * @since 1.2.0
    5352         */
    5453        do_action( 'bp_before_member_friends_content' ); ?>
     
    6564         * Fires after the display of member friends content.
    6665         *
    67          * @since BuddyPress (1.2.0)
     66         * @since 1.2.0
    6867         */
    6968        do_action( 'bp_after_member_friends_content' );
Note: See TracChangeset for help on using the changeset viewer.