Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/29/2024 06:50:42 PM (20 months ago)
Author:
imath
Message:

BP Legacy: improve PHP code standards using WPCS

See #7228 (trunk)

File:
1 edited

Legend:

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

    r12082 r13822  
    6262                    <?php endif; ?>
    6363
    64                     <span class="activity"><?php _e( 'Sent:', 'buddypress' ); ?> <?php bp_message_notice_post_date(); ?></span>
     64                    <span class="activity"><?php esc_html_e( 'Sent:', 'buddypress' ); ?> <?php bp_message_notice_post_date(); ?></span>
    6565                </td>
    6666
     
    9494
    9595    <div id="message" class="info">
    96         <p><?php _e( 'Sorry, no notices were found.', 'buddypress' ); ?></p>
     96        <p><?php esc_html_e( 'Sorry, no notices were found.', 'buddypress' ); ?></p>
    9797    </div>
    9898
Note: See TracChangeset for help on using the changeset viewer.