Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/29/2024 06:50:42 PM (19 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/activity.php

    r12082 r13822  
    1616
    1717        <li id="activity-filter-select" class="last">
    18             <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label>
     18            <label for="activity-filter-by"><?php esc_html_e( 'Show:', 'buddypress' ); ?></label>
    1919            <select id="activity-filter-by">
    20                 <option value="-1"><?php _e( '&mdash; Everything &mdash;', 'buddypress' ); ?></option>
     20                <option value="-1"><?php esc_html_e( '&mdash; Everything &mdash;', 'buddypress' ); ?></option>
    2121
    2222                <?php bp_activity_show_filters(); ?>
Note: See TracChangeset for help on using the changeset viewer.