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

    r9819 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Users Forums
     
    2726                 * Fires inside the members forums order options select input.
    2827                 *
    29                  * @since BuddyPress (1.2.0)
     28                 * @since 1.2.0
    3029                 */
    3130                do_action( 'bp_forums_directory_order_options' ); ?>
     
    4645     * Fires before the display of member forums content.
    4746     *
    48      * @since BuddyPress (1.5.0)
     47     * @since 1.5.0
    4948     */
    5049    do_action( 'bp_before_member_forums_content' ); ?>
     
    6160     * Fires after the display of member forums content.
    6261     *
    63      * @since BuddyPress (1.5.0)
     62     * @since 1.5.0
    6463     */
    6564    do_action( 'bp_after_member_forums_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.