- Timestamp:
- 12/23/2021 08:07:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
r12595 r13196 5 5 * @package BuddyPress 6 6 * @subpackage bp-legacy 7 * @version 3.0.07 * @version 10.0.0 8 8 */ 9 9 … … 49 49 </span> 50 50 51 <a class="button confirm" href="<?php bp_the_thread_delete_link(); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> 51 <a class="button confirm" href="<?php bp_the_thread_delete_link(); ?>"><?php esc_html_e( 'Delete', 'buddypress' ); ?></a> 52 53 <?php if ( bp_get_thread_recipients_count() > 2 ) : ?> 54 55 <a class="button confirm" href="<?php bp_the_thread_exit_link(); ?>"><?php esc_html_e( 'Exit Conversation', 'buddypress' ); ?></a> 56 57 <?php endif; ?> 52 58 53 59 <?php
Note: See TracChangeset
for help on using the changeset viewer.