- Timestamp:
- 12/12/2010 10:57:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/messages/messages-loop.php
r3300 r3529 48 48 <td width="13%" class="thread-options"> 49 49 <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> 50 <a class="button confirm" href="<?php bp_message_thread_delete_link() ?>" title="<?php _e( "Delete Message", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ) ?></a> 51 51 </td> 52 52 </tr>
Note: See TracChangeset
for help on using the changeset viewer.