- 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/forums/index.php
r10101 r10150 6 6 * Fires at the start of the forums template. 7 7 * 8 * @since BuddyPress (1.5.0)8 * @since 1.5.0 9 9 */ 10 10 do_action( 'bp_before_directory_forums' ); ?> … … 17 17 * Fires before the display of the forums content. 18 18 * 19 * @since BuddyPress (1.1.0)19 * @since 1.1.0 20 20 */ 21 21 do_action( 'bp_before_directory_forums_content' ); ?> … … 33 33 * Fires before the display of the forum topics. 34 34 * 35 * @since BuddyPress (1.5.0)35 * @since 1.5.0 36 36 */ 37 37 do_action( 'bp_before_topics' ); ?> … … 54 54 * Fires inside the forum group types list. 55 55 * 56 * @since BuddyPress (1.2.0)56 * @since 1.2.0 57 57 */ 58 58 do_action( 'bp_forums_directory_group_types' ); ?> … … 69 69 * Fires inside the forum group sub-types list. 70 70 * 71 * @since BuddyPress (1.5.0)71 * @since 1.5.0 72 72 */ 73 73 do_action( 'bp_forums_directory_group_sub_types' ); ?> … … 86 86 * Fires inside the select input for forums order options. 87 87 * 88 * @since BuddyPress (1.2.0)88 * @since 1.2.0 89 89 */ 90 90 do_action( 'bp_forums_directory_order_options' ); ?> … … 106 106 * Fires and displays the forums content. 107 107 * 108 * @since BuddyPress (1.1.0)108 * @since 1.1.0 109 109 */ 110 110 do_action( 'bp_directory_forums_content' ); ?> … … 119 119 * Fires after the display of the forums. 120 120 * 121 * @since BuddyPress (1.5.0)121 * @since 1.5.0 122 122 */ 123 123 do_action( 'bp_after_directory_forums' ); ?> … … 128 128 * Fires before the display of the new topic form. 129 129 * 130 * @since BuddyPress (1.5.0)130 * @since 1.5.0 131 131 */ 132 132 do_action( 'bp_before_new_topic_form' ); ?> … … 145 145 * Fires inside the new topic form tag and before input display. 146 146 * 147 * @since BuddyPress (1.0.0)147 * @since 1.0.0 148 148 */ 149 149 do_action( 'groups_forum_new_topic_before' ); ?> … … 188 188 * Fires before the new topic form submit actions. 189 189 * 190 * @since BuddyPress (1.0.0)190 * @since 1.0.0 191 191 */ 192 192 do_action( 'groups_forum_new_topic_after' ); ?> … … 219 219 * Fires after the display of the new topic form. 220 220 * 221 * @since BuddyPress (1.5.0)221 * @since 1.5.0 222 222 */ 223 223 do_action( 'bp_after_new_topic_form' ); ?> … … 228 228 * Fires before the display of the forums content. 229 229 * 230 * @since BuddyPress (1.1.0)230 * @since 1.1.0 231 231 */ 232 232 do_action( 'bp_after_directory_forums_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.