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

    r9896 r10150  
    44 * Fires before the display of member friend requests content.
    55 *
    6  * @since BuddyPress (1.2.0)
     6 * @since 1.2.0
    77 */
    88do_action( 'bp_before_member_friend_requests_content' ); ?>
     
    4444                 * Fires inside the display of a member friend request item.
    4545                 *
    46                  * @since BuddyPress (1.1.0)
     46                 * @since 1.1.0
    4747                 */
    4848                do_action( 'bp_friend_requests_item' ); ?>
     
    5757                     * Fires inside the member friend request actions markup.
    5858                     *
    59                      * @since BuddyPress (1.1.0)
     59                     * @since 1.1.0
    6060                     */
    6161                    do_action( 'bp_friend_requests_item_action' ); ?>
     
    7171     * Fires and displays the member friend requests content.
    7272     *
    73      * @since BuddyPress (1.1.0)
     73     * @since 1.1.0
    7474     */
    7575    do_action( 'bp_friend_requests_content' ); ?>
     
    104104 * Fires after the display of member friend requests content.
    105105 *
    106  * @since BuddyPress (1.2.0)
     106 * @since 1.2.0
    107107 */
    108108do_action( 'bp_after_member_friend_requests_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.