Skip to:
Content

BuddyPress.org


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

    r12082 r13822  
    1212<?php if ( bp_has_notifications() ) : ?>
    1313
    14     <h2 class="bp-screen-reader-text"><?php
    15         /* translators: accessibility text */
    16         _e( 'Notifications', 'buddypress' );
    17     ?></h2>
     14    <h2 class="bp-screen-reader-text">
     15        <?php
     16            /* translators: accessibility text */
     17            esc_html_e( 'Notifications', 'buddypress' );
     18        ?>
     19    </h2>
    1820
    1921    <div id="pag-top" class="pagination no-ajax">
Note: See TracChangeset for help on using the changeset viewer.