Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2024 10:08:00 PM (5 months ago)
Author:
imath
Message:

BP Nouveau: improve PHP code standards using WPCS

See #7228 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/notifications.php

    r13443 r13820  
    1010
    1111<h2 class="screen-heading email-settings-screen">
    12     <?php _e( 'Email Notifications', 'buddypress' ); ?>
     12    <?php esc_html_e( 'Email Notifications', 'buddypress' ); ?>
    1313</h2>
    1414
    1515<p class="bp-help-text email-notifications-info">
    16     <?php _e( 'Set your email notification preferences.', 'buddypress' ); ?>
     16    <?php esc_html_e( 'Set your email notification preferences.', 'buddypress' ); ?>
    1717</p>
    1818
Note: See TracChangeset for help on using the changeset viewer.