- Timestamp:
- 09/27/2015 06:04:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/comment.php
r9819 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Activity Stream Comment … … 11 10 */ 12 11 13 ?>14 15 <?php16 17 12 /** 18 13 * Fires before the display of an activity comment. 19 14 * 20 * @since BuddyPress (1.5.0)15 * @since 1.5.0 21 16 */ 22 17 do_action( 'bp_before_activity_comment' ); ?> … … 57 52 * Fires after the defualt comment action options display. 58 53 * 59 * @since BuddyPress (1.6.0)54 * @since 1.6.0 60 55 */ 61 56 do_action( 'bp_activity_comment_options' ); ?> … … 71 66 * Fires after the display of an activity comment. 72 67 * 73 * @since BuddyPress (1.5.0)68 * @since 1.5.0 74 69 */ 75 70 do_action( 'bp_after_activity_comment' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.