Skip to:
Content

BuddyPress.org

Changeset 6585


Ignore:
Timestamp:
12/10/2012 09:14:36 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Change "Public" strings to "View" for user profile sub-navigation. Props paulgibbs, boonebgorges. Fixes #4489.

Location:
trunk
Files:
3 edited

Legend:

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

    r6342 r6585  
    223223            // Add the subnav items to the profile
    224224            $sub_nav[] = array(
    225                 'name'            => __( 'Public', 'buddypress' ),
     225                'name'            => __( 'View', 'buddypress' ),
    226226                'slug'            => 'public',
    227227                'parent_url'      => $profile_link,
  • trunk/bp-members/bp-members-loader.php

    r6342 r6585  
    170170            // Add the subnav items to the profile
    171171            $sub_nav[] = array(
    172                 'name'            => __( 'Public', 'buddypress' ),
     172                'name'            => __( 'View', 'buddypress' ),
    173173                'slug'            => 'public',
    174174                'parent_url'      => $profile_link,
  • trunk/bp-xprofile/bp-xprofile-loader.php

    r6519 r6585  
    156156            'position'            => 20,
    157157            'screen_function'     => 'xprofile_screen_display_profile',
    158             'default_subnav_slug' => 'public',
     158            'default_subnav_slug' => 'you',
    159159            'item_css_id'         => $this->id
    160160        );
     
    164164        // Add the subnav items to the profile
    165165        $sub_nav[] = array(
    166             'name'            => __( 'Public', 'buddypress' ),
     166            'name'            => __( 'View', 'buddypress' ),
    167167            'slug'            => 'public',
    168168            'parent_url'      => $profile_link,
Note: See TracChangeset for help on using the changeset viewer.