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

    r10101 r10150  
    66     * Fires at the start of the forums template.
    77     *
    8      * @since BuddyPress (1.5.0)
     8     * @since 1.5.0
    99     */
    1010    do_action( 'bp_before_directory_forums' ); ?>
     
    1717         * Fires before the display of the forums content.
    1818         *
    19          * @since BuddyPress (1.1.0)
     19         * @since 1.1.0
    2020         */
    2121        do_action( 'bp_before_directory_forums_content' ); ?>
     
    3333     * Fires before the display of the forum topics.
    3434     *
    35      * @since BuddyPress (1.5.0)
     35     * @since 1.5.0
    3636     */
    3737    do_action( 'bp_before_topics' ); ?>
     
    5454                 * Fires inside the forum group types list.
    5555                 *
    56                  * @since BuddyPress (1.2.0)
     56                 * @since 1.2.0
    5757                 */
    5858                do_action( 'bp_forums_directory_group_types' ); ?>
     
    6969                 * Fires inside the forum group sub-types list.
    7070                 *
    71                  * @since BuddyPress (1.5.0)
     71                 * @since 1.5.0
    7272                 */
    7373                do_action( 'bp_forums_directory_group_sub_types' ); ?>
     
    8686                         * Fires inside the select input for forums order options.
    8787                         *
    88                          * @since BuddyPress (1.2.0)
     88                         * @since 1.2.0
    8989                         */
    9090                        do_action( 'bp_forums_directory_order_options' ); ?>
     
    106106         * Fires and displays the forums content.
    107107         *
    108          * @since BuddyPress (1.1.0)
     108         * @since 1.1.0
    109109         */
    110110        do_action( 'bp_directory_forums_content' ); ?>
     
    119119     * Fires after the display of the forums.
    120120     *
    121      * @since BuddyPress (1.5.0)
     121     * @since 1.5.0
    122122     */
    123123    do_action( 'bp_after_directory_forums' ); ?>
     
    128128     * Fires before the display of the new topic form.
    129129     *
    130      * @since BuddyPress (1.5.0)
     130     * @since 1.5.0
    131131     */
    132132    do_action( 'bp_before_new_topic_form' ); ?>
     
    145145                     * Fires inside the new topic form tag and before input display.
    146146                     *
    147                      * @since BuddyPress (1.0.0)
     147                     * @since 1.0.0
    148148                     */
    149149                    do_action( 'groups_forum_new_topic_before' ); ?>
     
    188188                     * Fires before the new topic form submit actions.
    189189                     *
    190                      * @since BuddyPress (1.0.0)
     190                     * @since 1.0.0
    191191                     */
    192192                    do_action( 'groups_forum_new_topic_after' ); ?>
     
    219219     * Fires after the display of the new topic form.
    220220     *
    221      * @since BuddyPress (1.5.0)
     221     * @since 1.5.0
    222222     */
    223223    do_action( 'bp_after_new_topic_form' ); ?>
     
    228228     * Fires before the display of the forums content.
    229229     *
    230      * @since BuddyPress (1.1.0)
     230     * @since 1.1.0
    231231     */
    232232    do_action( 'bp_after_directory_forums_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.