Skip to:
Content

BuddyPress.org

Changeset 8992


Ignore:
Timestamp:
09/08/2014 06:19:49 PM (10 years ago)
Author:
r-a-y
Message:

XProfile: Rename "Profile > Profile" subnav tab back to "Profile > View".

See #5777.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-loader.php

    r8705 r8992  
    187187        // Add the subnav items to the profile
    188188        $sub_nav[] = array(
    189             'name'            => _x( 'Profile', 'Profile header menu', 'buddypress' ),
     189            'name'            => _x( 'View', 'Profile header sub menu', 'buddypress' ),
    190190            'slug'            => 'public',
    191191            'parent_url'      => $profile_link,
Note: See TracChangeset for help on using the changeset viewer.