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

    r9863 r10150  
    11<?php
     2/**
     3 * BuddyPress - Members Single Messages Notice Loop
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires before the members notices loop.
    510 *
    6  * @since BuddyPress (1.2.0)
     11 * @since 1.2.0
    712 */
    813do_action( 'bp_before_notices_loop' ); ?>
     
    2732     * Fires after the members notices pagination display.
    2833     *
    29      * @since BuddyPress (1.2.0)
     34     * @since 1.2.0
    3035     */
    3136    do_action( 'bp_after_notices_pagination' ); ?>
     
    3540     * Fires before the members notice items.
    3641     *
    37      * @since BuddyPress (1.2.0)
     42     * @since 1.2.0
    3843     */
    3944    do_action( 'bp_before_notices' ); ?>
     
    6368                 * Fires inside the display of a member notice list item.
    6469                 *
    65                  * @since BuddyPress (1.2.0)
     70                 * @since 1.2.0
    6671                 */
    6772                do_action( 'bp_notices_list_item' ); ?>
     
    8085     * Fires after the members notice items.
    8186     *
    82      * @since BuddyPress (1.2.0)
     87     * @since 1.2.0
    8388     */
    8489    do_action( 'bp_after_notices' ); ?>
     
    97102 * Fires after the members notices loop.
    98103 *
    99  * @since BuddyPress (1.2.0)
     104 * @since 1.2.0
    100105 */
    101106do_action( 'bp_after_notices_loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.