Skip to:
Content

BuddyPress.org

Changeset 6084


Ignore:
Timestamp:
06/13/2012 08:30:37 PM (12 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

Location:
trunk/bp-core/admin
Files:
2 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(
  • trunk/bp-core/admin/bp-core-slugs.php

    r6015 r6084  
    1212
    1313/**
    14  * Renders the Slugs admin panel.
     14 * Renders the page mapping admin panel.
    1515 *
    1616 * @since BuddyPress (1.6)
     
    2424        <?php screen_icon( 'buddypress'); ?>
    2525
    26         <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Permalinks', 'buddypress' ) ); ?></h2>
     26        <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Pages', 'buddypress' ) ); ?></h2>
    2727        <form action="" method="post" id="bp-admin-page-form">
    2828
Note: See TracChangeset for help on using the changeset viewer.