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