Skip to:
Content

BuddyPress.org

Ticket #5777: 5777.subnav.patch

File 5777.subnav.patch, 559 bytes (added by r-a-y, 10 years ago)

Changes the "Profile > Profile" subnav tab back to "Profile > View"

  • src/bp-xprofile/bp-xprofile-loader.php

     
    186186
    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,
    192192                        'parent_slug'     => $this->slug,