Changeset 13822 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/read.php
- Timestamp:
- 04/29/2024 06:50:42 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/read.php
r12082 r13822 12 12 <?php if ( bp_has_notifications() ) : ?> 13 13 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> 18 20 19 21 <div id="pag-top" class="pagination no-ajax">
Note: See TracChangeset
for help on using the changeset viewer.