- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/friends.php
r10150 r11166 9 9 ?> 10 10 11 <div class="item-list-tabs no-ajax" id="subnav" role="navigation">11 <div class="item-list-tabs no-ajax" id="subnav" aria-label="<?php esc_attr_e( 'Member secondary navigation', 'buddypress' ); ?>" role="navigation"> 12 12 <ul> 13 13 <?php if ( bp_is_my_profile() ) bp_get_options_nav(); ?> … … 53 53 do_action( 'bp_before_member_friends_content' ); ?> 54 54 55 <?php if (is_user_logged_in() ) : ?> 56 <h2 class="bp-screen-reader-text"><?php 57 /* translators: accessibility text */ 58 _e( 'My friends', 'buddypress' ); 59 ?></h2> 60 <?php else : ?> 61 <h2 class="bp-screen-reader-text"><?php 62 /* translators: accessibility text */ 63 _e( 'Friends', 'buddypress' ); 64 ?></h2> 65 <?php endif ?> 66 55 67 <div class="members friends"> 56 68
Note: See TracChangeset
for help on using the changeset viewer.