Changeset 10564
- Timestamp:
- 02/08/2016 06:00:55 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
r10562 r10564 132 132 | 133 133 <a class="delete" href="<?php bp_message_thread_delete_link(); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> 134 135 <?php 136 137 /** 138 * Fires after the thread options links for each message in the messages loop list. 139 * 140 * @since 2.5.0 141 */ 142 do_action( 'bp_messages_thread_options' ); ?> 134 143 </td> 135 144 </tr> -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
r10562 r10564 43 43 44 44 <a class="button confirm" href="<?php bp_the_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Conversation", 'buddypress' ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> 45 46 <?php 47 48 /** 49 * Fires after the action links in the header of a single message thread. 50 * 51 * @since 2.5.0 52 */ 53 do_action( 'bp_after_message_thread_recipients' ); ?> 45 54 </p> 46 55
Note: See TracChangeset
for help on using the changeset viewer.