Skip to:
Content

BuddyPress.org

Changeset 9089


Ignore:
Timestamp:
10/26/2014 05:45:13 PM (10 years ago)
Author:
boonebgorges
Message:

Change 'Delete Message' to 'Delete Conversation' on message delete title button.

This makes it clearer what the button actually does.

Props SGr33n, joshshashaty.
Fixes #5908.

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

    r7965 r9089  
    4949                <td width="13%" class="thread-options">
    5050                    <input type="checkbox" name="message_ids[]" value="<?php bp_message_thread_id(); ?>" />
    51                     <a class="button confirm" href="<?php bp_message_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Message", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> &nbsp;
     51                    <a class="button confirm" href="<?php bp_message_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Conversation", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> &nbsp;
    5252                </td>
    5353            </tr>
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php

    r8604 r9089  
    2222            </span>
    2323
    24             <a class="button confirm" href="<?php bp_the_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Message", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> &nbsp;
     24            <a class="button confirm" href="<?php bp_the_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Conversation", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a>
    2525        </p>
    2626
Note: See TracChangeset for help on using the changeset viewer.