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/activity/entry.php

    r9819 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Activity Stream (Single Item)
     
    1110 */
    1211
    13 ?>
    14 
    15 <?php
    16 
    1712/**
    1813 * Fires before the display of an activity entry.
    1914 *
    20  * @since BuddyPress (1.2.0)
     15 * @since 1.2.0
    2116 */
    2217do_action( 'bp_before_activity_entry' ); ?>
     
    5449         * Fires after the display of an activity entry content.
    5550         *
    56          * @since BuddyPress (1.2.0)
     51         * @since 1.2.0
    5752         */
    5853        do_action( 'bp_activity_entry_content' ); ?>
     
    9590                 * Fires at the end of the activity entry meta data area.
    9691                 *
    97                  * @since BuddyPress (1.2.0)
     92                 * @since 1.2.0
    9893                 */
    9994                do_action( 'bp_activity_entry_meta' ); ?>
     
    110105     * Fires before the display of the activity entry comments.
    111106     *
    112      * @since BuddyPress (1.2.0)
     107     * @since 1.2.0
    113108     */
    114109    do_action( 'bp_before_activity_entry_comments' ); ?>
     
    137132                     * Fires after the activity entry comment form.
    138133                     *
    139                      * @since BuddyPress (1.5.0)
     134                     * @since 1.5.0
    140135                     */
    141136                    do_action( 'bp_activity_entry_comments' ); ?>
     
    156151     * Fires after the display of the activity entry comments.
    157152     *
    158      * @since BuddyPress (1.2.0)
     153     * @since 1.2.0
    159154     */
    160155    do_action( 'bp_after_activity_entry_comments' ); ?>
     
    167162 * Fires after the display of an activity entry.
    168163 *
    169  * @since BuddyPress (1.2.0)
     164 * @since 1.2.0
    170165 */
    171166do_action( 'bp_after_activity_entry' ); ?>
Note: See TracChangeset for help on using the changeset viewer.