Changeset 4586 for trunk/bp-friends/bp-friends-loader.php
- Timestamp:
- 07/04/2011 05:37:22 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-loader.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-loader.php
r4381 r4586 107 107 // Add the subnav items to the friends nav item 108 108 $sub_nav[] = array( 109 'name' => __( ' My Friends', 'buddypress' ),109 'name' => __( 'Friendships', 'buddypress' ), 110 110 'slug' => 'my-friends', 111 111 'parent_url' => $friends_link, … … 167 167 $wp_admin_nav[] = array( 168 168 'parent' => 'my-account-' . $this->id, 169 'title' => __( ' My Friends', 'buddypress' ),169 'title' => __( 'Friendships', 'buddypress' ), 170 170 'href' => trailingslashit( $friends_link ) 171 171 ); … … 193 193 if ( bp_is_friends_component() ) { 194 194 if ( bp_is_my_profile() ) { 195 $bp->bp_options_title = __( ' My Friends', 'buddypress' );195 $bp->bp_options_title = __( 'Friendships', 'buddypress' ); 196 196 } else { 197 197 $bp->bp_options_avatar = bp_core_fetch_avatar( array(
Note: See TracChangeset
for help on using the changeset viewer.