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

    r9819 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Forums Loop
     
    1716 * Fires at the start of the forums loop.
    1817 *
    19  * @since BuddyPress (1.2.6)
     18 * @since 1.2.6
    2019 */
    2120do_action( 'bp_before_forums_loop' ); ?>
     
    4443     * Fires before the display of the forums list.
    4544     *
    46      * @since BuddyPress (1.1.0)
     45     * @since 1.1.0
    4746     */
    4847    do_action( 'bp_before_directory_forums_list' ); ?>
     
    6059                 * Fires at the end of <tr> row holding the <th> tags.
    6160                 *
    62                  * @since BuddyPress (1.2.4)
     61                 * @since 1.2.4
    6362                 */
    6463                do_action( 'bp_directory_forums_extra_cell_head' ); ?>
     
    118117                 * Fires at the end of <tr> row holding the <td> tags.
    119118                 *
    120                  * @since BuddyPress (1.1.0)
     119                 * @since 1.1.0
    121120                 */
    122121                do_action( 'bp_directory_forums_extra_cell' ); ?>
     
    129128                 * Fires after the <tr> for a forum listing display.
    130129                 *
    131                  * @since BuddyPress (1.1.0)
     130                 * @since 1.1.0
    132131                 */
    133132                do_action( 'bp_directory_forums_extra_row' ); ?>
     
    143142     * Fires after the display of the forums list.
    144143     *
    145      * @since BuddyPress (1.1.0)
     144     * @since 1.1.0
    146145     */
    147146    do_action( 'bp_after_directory_forums_list' ); ?>
     
    172171 * Fires at the end of the forums loop.
    173172 *
    174  * @since BuddyPress (1.2.6)
     173 * @since 1.2.6
    175174 */
    176175do_action( 'bp_after_forums_loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.