Skip to:
Content

BuddyPress.org

Changeset 8982


Ignore:
Timestamp:
09/05/2014 09:48:45 AM (11 years ago)
Author:
djpaul
Message:

Groups: rename the administration "Admin" navigation item to "Manage" to disambiguate the string.

Fixes #5782, props Dianakc

File:
1 edited

Legend:

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

    r8746 r8982  
    474474            if ( bp_is_item_admin() ) {
    475475                $sub_nav[] = array(
    476                     'name'            => _x( 'Admin', 'My Group screen nav', 'buddypress' ),
     476                    'name'            => _x( 'Manage', 'My Group screen nav', 'buddypress' ),
    477477                    'slug'            => 'admin',
    478478                    'parent_url'      => $group_link,
Note: See TracChangeset for help on using the changeset viewer.