Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2016 05:18:31 PM (9 years ago)
Author:
imath
Message:

Make sure text domain definitions are consistent in template files.

Props Jonnyauk

Fixes #6764

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php

    r10181 r10562  
    4242            </span>
    4343
    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>
     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>
    4545        </p>
    4646
Note: See TracChangeset for help on using the changeset viewer.