Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2024 10:08:00 PM (15 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/common/js-templates/messages/index.php

    r13510 r13820  
    3838    <input type="text" name="send_to" class="send-to-input" id="send-to-input" />
    3939
    40     <label for="subject"><?php _e( 'Subject', 'buddypress' ); ?></label>
     40    <label for="subject"><?php esc_html_e( 'Subject', 'buddypress' ); ?></label>
    4141    <input type="text" name="subject" id="subject"/>
    4242
     
    345345                <?php bp_nouveau_messages_hook( 'before', 'reply_box' ); ?>
    346346
    347                 <label for="message_content" class="bp-screen-reader-text"><?php _e( 'Reply to Message', 'buddypress' ); ?></label>
     347                <label for="message_content" class="bp-screen-reader-text"><?php esc_html_e( 'Reply to Message', 'buddypress' ); ?></label>
    348348                <div id="bp-message-content"></div>
    349349
Note: See TracChangeset for help on using the changeset viewer.