Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/21/2018 01:01:35 AM (6 years ago)
Author:
djpaul
Message:

Templates, Nouveau: string improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/src/bp-templates/bp-nouveau/buddypress/members/single/settings/delete-account.php

    r12082 r12105  
    1010
    1111<h2 class="screen-heading delete-account-screen warn">
    12     <?php _e( 'Delete Account', 'buddypress' ); ?>
     12    <?php esc_html_e( 'Delete Account', 'buddypress' ); ?>
    1313</h2>
    1414
     
    1919    <label id="delete-account-understand" class="warn" for="delete-account-understand">
    2020        <input class="disabled" type="checkbox" name="delete-account-understand" value="1" data-bp-disable-input="#delete-account-button" />
    21         <?php _e( 'I understand the consequences.', 'buddypress' ); ?>
     21        <?php esc_html_e( 'I understand the consequences.', 'buddypress' ); ?>
    2222    </label>
    2323
Note: See TracChangeset for help on using the changeset viewer.