diff --git src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
index b911124..680a9a9 100644
|
|
|
do_action( 'bp_before_member_messages_loop' ); ?> |
| 131 | 131 | <?php endif; ?> |
| 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 action links for each message in the messages loop list. |
| | 139 | * |
| | 140 | * @since 2.5.0 |
| | 141 | */ |
| | 142 | do_action( 'bp_messages_loop_after_action_links' ); ?> |
| 134 | 143 | </td> |
| 135 | 144 | </tr> |
| 136 | 145 | |
diff --git src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
index 5f0047c..5bfd468 100644
|
|
|
|
| 42 | 42 | </span> |
| 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_single_message_after_action_links' ); ?> |
| 45 | 54 | </p> |
| 46 | 55 | |
| 47 | 56 | <?php |