Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2011 05:37:22 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Admin bar and navigation tweaks:

  • Add Displayed user/Displayed group avatars and names to moderation menus.
  • Add WP admin bar sprites and custom CSS for new admin bar items.
  • Audit text of navigation elements and remove references to "My" or "Your" as needed.
  • Add missing WP core functions to root blog menu item.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-loader.php

    r4381 r4586  
    107107        // Add the subnav items to the friends nav item
    108108        $sub_nav[] = array(
    109             'name' => __( 'My Friends', 'buddypress' ),
     109            'name' => __( 'Friendships', 'buddypress' ),
    110110            'slug' => 'my-friends',
    111111            'parent_url' => $friends_link,
     
    167167            $wp_admin_nav[] = array(
    168168                'parent' => 'my-account-' . $this->id,
    169                 'title'  => __( 'My Friends', 'buddypress' ),
     169                'title'  => __( 'Friendships', 'buddypress' ),
    170170                'href'   => trailingslashit( $friends_link )
    171171            );
     
    193193        if ( bp_is_friends_component() ) {
    194194            if ( bp_is_my_profile() ) {
    195                 $bp->bp_options_title = __( 'My Friends', 'buddypress' );
     195                $bp->bp_options_title = __( 'Friendships', 'buddypress' );
    196196            } else {
    197197                $bp->bp_options_avatar = bp_core_fetch_avatar( array(
Note: See TracChangeset for help on using the changeset viewer.