Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/13/2012 08:30:37 PM (13 years ago)
Author:
djpaul
Message:

Rename the 'Permalinks' settings tab to 'Pages' to match the setup wizard, and to avoid confusion between WordPress' use of the terms. See #4205

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-functions.php

    r6042 r6084  
    363363        '1' => array(
    364364            'href' => bp_get_admin_url( add_query_arg( array( 'page' => 'bp-page-settings' ), 'admin.php' ) ),
    365             'name' => __( 'Permalinks', 'buddypress' )
     365            'name' => __( 'Pages', 'buddypress' )
    366366        ),
    367367        '2' => array(
Note: See TracChangeset for help on using the changeset viewer.