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

    r9896 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Blogs Loop
     
    109 */
    1110
    12 ?>
    13 
    14 <?php
    15 
    1611/**
    1712 * Fires before the start of the blogs loop.
    1813 *
    19  * @since BuddyPress (1.2.0)
     14 * @since 1.2.0
    2015 */
    2116do_action( 'bp_before_blogs_loop' ); ?>
     
    4035     * Fires before the blogs directory list.
    4136     *
    42      * @since BuddyPress (1.1.0)
     37     * @since 1.1.0
    4338     */
    4439    do_action( 'bp_before_directory_blogs_list' ); ?>
     
    6257                 * Fires after the listing of a blog item in the blogs loop.
    6358                 *
    64                  * @since BuddyPress (1.2.0)
     59                 * @since 1.2.0
    6560                 */
    6661                do_action( 'bp_directory_blogs_item' ); ?>
     
    7469                 * Fires inside the blogs action listing area.
    7570                 *
    76                  * @since BuddyPress (1.1.0)
     71                 * @since 1.1.0
    7772                 */
    7873                do_action( 'bp_directory_blogs_actions' ); ?>
     
    9893     * Fires after the blogs directory list.
    9994     *
    100      * @since BuddyPress (1.1.0)
     95     * @since 1.1.0
    10196     */
    10297    do_action( 'bp_after_directory_blogs_list' ); ?>
     
    133128 * Fires after the display of the blogs loop.
    134129 *
    135  * @since BuddyPress (1.2.0)
     130 * @since 1.2.0
    136131 */
    137132do_action( 'bp_after_blogs_loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.