Skip to:
Content

BuddyPress.org


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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,
Note: See TracChangeset for help on using the changeset viewer.