Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2016 05:18:31 PM (10 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/notices-loop.php

    r10181 r10562  
    7575                                <td width="10%">
    7676                                        <a class="button" href="<?php bp_message_activate_deactivate_link(); ?>" class="confirm"><?php bp_message_activate_deactivate_text(); ?></a>
    77                                         <a class="button" href="<?php bp_message_notice_delete_link(); ?>" class="confirm" title="<?php esc_attr_e( "Delete Message", "buddypress" ); ?>">x</a>
     77                                        <a class="button" href="<?php bp_message_notice_delete_link(); ?>" class="confirm" title="<?php esc_attr_e( "Delete Message", 'buddypress' ); ?>">x</a>
    7878                                </td>
    7979                        </tr>
Note: See TracChangeset for help on using the changeset viewer.