- Timestamp:
- 09/27/2015 06:04:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/entry.php
r9819 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Activity Stream (Single Item) … … 11 10 */ 12 11 13 ?>14 15 <?php16 17 12 /** 18 13 * Fires before the display of an activity entry. 19 14 * 20 * @since BuddyPress (1.2.0)15 * @since 1.2.0 21 16 */ 22 17 do_action( 'bp_before_activity_entry' ); ?> … … 54 49 * Fires after the display of an activity entry content. 55 50 * 56 * @since BuddyPress (1.2.0)51 * @since 1.2.0 57 52 */ 58 53 do_action( 'bp_activity_entry_content' ); ?> … … 95 90 * Fires at the end of the activity entry meta data area. 96 91 * 97 * @since BuddyPress (1.2.0)92 * @since 1.2.0 98 93 */ 99 94 do_action( 'bp_activity_entry_meta' ); ?> … … 110 105 * Fires before the display of the activity entry comments. 111 106 * 112 * @since BuddyPress (1.2.0)107 * @since 1.2.0 113 108 */ 114 109 do_action( 'bp_before_activity_entry_comments' ); ?> … … 137 132 * Fires after the activity entry comment form. 138 133 * 139 * @since BuddyPress (1.5.0)134 * @since 1.5.0 140 135 */ 141 136 do_action( 'bp_activity_entry_comments' ); ?> … … 156 151 * Fires after the display of the activity entry comments. 157 152 * 158 * @since BuddyPress (1.2.0)153 * @since 1.2.0 159 154 */ 160 155 do_action( 'bp_after_activity_entry_comments' ); ?> … … 167 162 * Fires after the display of an activity entry. 168 163 * 169 * @since BuddyPress (1.2.0)164 * @since 1.2.0 170 165 */ 171 166 do_action( 'bp_after_activity_entry' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.