Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (9 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/comment.php

    r9819 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Activity Stream Comment
     
    1110 */
    1211
    13 ?>
    14 
    15 <?php
    16 
    1712/**
    1813 * Fires before the display of an activity comment.
    1914 *
    20  * @since BuddyPress (1.5.0)
     15 * @since 1.5.0
    2116 */
    2217do_action( 'bp_before_activity_comment' ); ?>
     
    5752         * Fires after the defualt comment action options display.
    5853         *
    59          * @since BuddyPress (1.6.0)
     54         * @since 1.6.0
    6055         */
    6156        do_action( 'bp_activity_comment_options' ); ?>
     
    7166 * Fires after the display of an activity comment.
    7267 *
    73  * @since BuddyPress (1.5.0)
     68 * @since 1.5.0
    7469 */
    7570do_action( 'bp_after_activity_comment' ); ?>
Note: See TracChangeset for help on using the changeset viewer.