Changeset 11166 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/unread.php
- Timestamp:
- 09/30/2016 06:17:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/unread.php
r11129 r11166 11 11 <?php if ( bp_has_notifications() ) : ?> 12 12 13 <h2 class="bp-screen-reader-text"><?php _e( 'Unread notifications', 'buddypress' ); ?></h2> 13 <h2 class="bp-screen-reader-text"><?php 14 /* translators: accessibility text */ 15 _e( 'Unread notifications', 'buddypress' ); 16 ?></h2> 14 17 15 18 <div id="pag-top" class="pagination no-ajax">
Note: See TracChangeset
for help on using the changeset viewer.