Skip to:
Content

BuddyPress.org

Changeset 9167


Ignore:
Timestamp:
11/22/2014 03:29:01 PM (10 years ago)
Author:
djpaul
Message:

Settings: rename the member/settings subnav tab name from "Profile" to "Profile Visibility".

The new name clarifies what the purpose of this subnav screen is; that is, to manage profile fields' visibility.

Fixes #5599, props tharsheblows

File:
1 edited

Legend:

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

    r8992 r9167  
    252252
    253253        bp_core_new_subnav_item( array(
    254             'name'            => _x( 'Profile', 'Profile settings sub nav', 'buddypress' ),
     254            'name'            => _x( 'Profile Visibility', 'Profile settings sub nav', 'buddypress' ),
    255255            'slug'            => 'profile',
    256256            'parent_url'      => trailingslashit( $user_domain . $settings_slug ),
Note: See TracChangeset for help on using the changeset viewer.