- 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/groups/single/forum/topic.php
r9896 r10150 1 1 <?php 2 /** 3 * BuddyPress - Groups Single Forum Topic 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires at the top of the group forum topic template. 5 10 * 6 * @since BuddyPress (1.2.4)11 * @since 1.2.4 7 12 */ 8 13 do_action( 'bp_before_group_forum_topic' ); ?> … … 58 63 * Fires at the end of the group forum topic meta markup. 59 64 * 60 * @since BuddyPress (1.2.5)65 * @since 1.2.5 61 66 */ 62 67 do_action( 'bp_group_forum_topic_meta' ); ?> … … 88 93 * Fires before the listing of the group forum topic posts. 89 94 * 90 * @since BuddyPress (1.2.4)95 * @since 1.2.4 91 96 */ 92 97 do_action( 'bp_before_group_forum_topic_posts' ); ?> … … 117 122 * Fires inside the group forum post meta markup. 118 123 * 119 * @since BuddyPress (1.2.5)124 * @since 1.2.5 120 125 */ 121 126 do_action( 'bp_group_forum_post_meta' ); ?> … … 133 138 * Fires before the listing of the group forum topic posts. 134 139 * 135 * @since BuddyPress (1.2.4)140 * @since 1.2.4 136 141 */ 137 142 do_action( 'bp_after_group_forum_topic_posts' ); ?> … … 175 180 * Fires before the display of the group forum new reply section. 176 181 * 177 * @since BuddyPress (1.0.0)182 * @since 1.0.0 178 183 */ 179 184 do_action( 'groups_forum_new_reply_before' ); ?> … … 192 197 * Fires after the display of the group forum new reply section. 193 198 * 194 * @since BuddyPress (1.0.0)199 * @since 1.0.0 195 200 */ 196 201 do_action( 'groups_forum_new_reply_after' ); ?> … … 218 223 * Fires at the end of the group forum topic template. 219 224 * 220 * @since BuddyPress (1.2.4)225 * @since 1.2.4 221 226 */ 222 227 do_action( 'bp_after_group_forum_topic' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.