Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:08:37 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Friends Component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-screens.php

    r10081 r10147  
    11<?php
    2 
    32/**
    43 * BuddyPress Friends Screen Functions.
     
    1211 */
    1312
    14 // Exit if accessed directly
     13// Exit if accessed directly.
    1514defined( 'ABSPATH' ) || exit;
    1615
     
    2322     * Fires before the loading of template for the My Friends page.
    2423     *
    25      * @since BuddyPress (1.0.0)
     24     * @since 1.0.0
    2625     */
    2726    do_action( 'friends_screen_my_friends' );
     
    3029     * Filters the template used to display the My Friends page.
    3130     *
    32      * @since BuddyPress (1.0.0)
     31     * @since 1.0.0
    3332     *
    3433     * @param string $template Path to the my friends template to load.
     
    7877     * Fires before the loading of template for the friends requests page.
    7978     *
    80      * @since BuddyPress (1.0.0)
     79     * @since 1.0.0
    8180     */
    8281    do_action( 'friends_screen_requests' );
     
    8584     * Filters the template used to display the My Friends page.
    8685     *
    87      * @since BuddyPress (1.0.0)
     86     * @since 1.0.0
    8887     *
    8988     * @param string $template Path to the friends request template to load.
     
    132131             * Fires after the last table row on the friends notification screen.
    133132             *
    134              * @since BuddyPress (1.0.0)
     133             * @since 1.0.0
    135134             */
    136135            do_action( 'friends_screen_notification_settings' ); ?>
Note: See TracChangeset for help on using the changeset viewer.