- 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/messages.php
r11129 r11166 39 39 40 40 <?php if ( bp_is_messages_inbox() ) : ?> 41 <h2 class="bp-screen-reader-text"><?php _e( 'Messages inbox', 'buddypress' ); ?></h2> 41 <h2 class="bp-screen-reader-text"><?php 42 /* translators: accessibility text */ 43 _e( 'Messages inbox', 'buddypress' ); 44 ?></h2> 42 45 <?php elseif ( bp_is_messages_sentbox() ) : ?> 43 <h2 class="bp-screen-reader-text"><?php _e( 'Sent Messages', 'buddypress' ); ?></h2> 46 <h2 class="bp-screen-reader-text"><?php 47 /* translators: accessibility text */ 48 _e( 'Sent Messages', 'buddypress' ); 49 ?></h2> 44 50 <?php endif; ?> 45 51 … … 78 84 do_action( 'bp_before_member_messages_content' ); ?> 79 85 80 <h2 class="bp-screen-reader-text"><?php _e( 'Sitewide Notices', 'buddypress' ); ?></h2> 86 <h2 class="bp-screen-reader-text"><?php 87 /* translators: accessibility text */ 88 _e( 'Sitewide Notices', 'buddypress' ); 89 ?></h2> 81 90 82 91 <div class="messages">
Note: See TracChangeset
for help on using the changeset viewer.