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/groups/single/forum/topic.php

    r9896 r10150  
    11<?php
     2/**
     3 * BuddyPress - Groups Single Forum Topic
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires at the top of the group forum topic template.
    510 *
    6  * @since BuddyPress (1.2.4)
     11 * @since 1.2.4
    712 */
    813do_action( 'bp_before_group_forum_topic' ); ?>
     
    5863         * Fires at the end of the group forum topic meta markup.
    5964         *
    60          * @since BuddyPress (1.2.5)
     65         * @since 1.2.5
    6166         */
    6267        do_action( 'bp_group_forum_topic_meta' ); ?>
     
    8893         * Fires before the listing of the group forum topic posts.
    8994         *
    90          * @since BuddyPress (1.2.4)
     95         * @since 1.2.4
    9196         */
    9297        do_action( 'bp_before_group_forum_topic_posts' ); ?>
     
    117122                         * Fires inside the group forum post meta markup.
    118123                         *
    119                          * @since BuddyPress (1.2.5)
     124                         * @since 1.2.5
    120125                         */
    121126                        do_action( 'bp_group_forum_post_meta' ); ?>
     
    133138         * Fires before the listing of the group forum topic posts.
    134139         *
    135          * @since BuddyPress (1.2.4)
     140         * @since 1.2.4
    136141         */
    137142        do_action( 'bp_after_group_forum_topic_posts' ); ?>
     
    175180                     * Fires before the display of the group forum new reply section.
    176181                     *
    177                      * @since BuddyPress (1.0.0)
     182                     * @since 1.0.0
    178183                     */
    179184                    do_action( 'groups_forum_new_reply_before' ); ?>
     
    192197                     * Fires after the display of the group forum new reply section.
    193198                     *
    194                      * @since BuddyPress (1.0.0)
     199                     * @since 1.0.0
    195200                     */
    196201                    do_action( 'groups_forum_new_reply_after' ); ?>
     
    218223 * Fires at the end of the group forum topic template.
    219224 *
    220  * @since BuddyPress (1.2.4)
     225 * @since 1.2.4
    221226 */
    222227do_action( 'bp_after_group_forum_topic' ); ?>
Note: See TracChangeset for help on using the changeset viewer.