Skip to:
Content

BuddyPress.org


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.