- 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/edit.php
r10104 r10150 1 1 <?php 2 /** 3 * BuddyPress - Groups Single Forum Edit 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires at the top of the group forum edit form. 5 10 * 6 * @since BuddyPress (1.2.4)11 * @since 1.2.4 7 12 */ 8 13 do_action( 'bp_before_group_forum_edit_form' ); ?> … … 47 52 * Fires at the end of the group forum topic meta section. 48 53 * 49 * @since BuddyPress (1.2.5)54 * @since 1.2.5 50 55 */ 51 56 do_action( 'bp_group_forum_topic_meta' ); ?> … … 62 67 * Fires before the group forum topic form fields. 63 68 * 64 * @since BuddyPress (1.2.0)69 * @since 1.2.0 65 70 */ 66 71 do_action( 'bp_group_before_edit_forum_topic' ); ?> … … 80 85 * Fires after the group forum topic form fields. 81 86 * 82 * @since BuddyPress (1.2.0)87 * @since 1.2.0 83 88 */ 84 89 do_action( 'bp_group_after_edit_forum_topic' ); ?> … … 99 104 * Fires before the group edit forum textarea. 100 105 * 101 * @since BuddyPress (1.2.0)106 * @since 1.2.0 102 107 */ 103 108 do_action( 'bp_group_before_edit_forum_post' ); ?> … … 110 115 * Fires after the group edit forum textarea. 111 116 * 112 * @since BuddyPress (1.2.0)117 * @since 1.2.0 113 118 */ 114 119 do_action( 'bp_group_after_edit_forum_post' ); ?> … … 137 142 * Fires at the end of the group forum edit form. 138 143 * 139 * @since BuddyPress (1.2.4)144 * @since 1.2.4 140 145 */ 141 146 do_action( 'bp_after_group_forum_edit_form' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.