- 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/members/single/messages/single.php
r10087 r10150 6 6 * Fires before the display of a single member message thread content. 7 7 * 8 * @since BuddyPress (1.1.0)8 * @since 1.1.0 9 9 */ 10 10 do_action( 'bp_before_message_thread_content' ); ?> … … 41 41 * Fires before the display of the message thread list. 42 42 * 43 * @since BuddyPress (1.1.0)43 * @since 1.1.0 44 44 */ 45 45 do_action( 'bp_before_message_thread_list' ); ?> … … 54 54 * Fires after the display of the message thread list. 55 55 * 56 * @since BuddyPress (1.1.0)56 * @since 1.1.0 57 57 */ 58 58 do_action( 'bp_after_message_thread_list' ); ?> … … 63 63 * Fires before the display of the message thread reply form. 64 64 * 65 * @since BuddyPress (1.1.0)65 * @since 1.1.0 66 66 */ 67 67 do_action( 'bp_before_message_thread_reply' ); ?> … … 98 98 * Fires before the display of the message reply box. 99 99 * 100 * @since BuddyPress (1.1.0)100 * @since 1.1.0 101 101 */ 102 102 do_action( 'bp_before_message_reply_box' ); ?> … … 110 110 * Fires after the display of the message reply box. 111 111 * 112 * @since BuddyPress (1.1.0)112 * @since 1.1.0 113 113 */ 114 114 do_action( 'bp_after_message_reply_box' ); ?> … … 133 133 * Fires after the display of the message thread reply form. 134 134 * 135 * @since BuddyPress (1.1.0)135 * @since 1.1.0 136 136 */ 137 137 do_action( 'bp_after_message_thread_reply' ); ?> … … 144 144 * Fires after the display of a single member message thread content. 145 145 * 146 * @since BuddyPress (1.1.0)146 * @since 1.1.0 147 147 */ 148 148 do_action( 'bp_after_message_thread_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.