Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/12/2010 10:57:14 AM (15 years ago)
Author:
djpaul
Message:

Add delete button to the view private message screen. Fixes #2760.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/messages/messages-loop.php

    r3300 r3529  
    4848                <td width="13%" class="thread-options">
    4949                    <input type="checkbox" name="message_ids[]" value="<?php bp_message_thread_id() ?>" />
    50                     <a class="button confirm" href="<?php bp_message_thread_delete_link() ?>" title="<?php _e( "Delete Message", "buddypress" ); ?>">x</a> &nbsp;
     50                    <a class="button confirm" href="<?php bp_message_thread_delete_link() ?>" title="<?php _e( "Delete Message", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ) ?></a> &nbsp;
    5151                </td>
    5252            </tr>
Note: See TracChangeset for help on using the changeset viewer.