Skip to:
Content

BuddyPress.org

Changeset 10565


Ignore:
Timestamp:
02/08/2016 06:10:04 PM (9 years ago)
Author:
mercime
Message:

Rename Settings tab to Options in the newly named BuddyPress Settings
screen.

See #6759.

Location:
trunk/src/bp-core
Files:
3 edited

Legend:

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

    r10474 r10565  
    430430        '2' => array(
    431431            'href' => bp_get_admin_url( add_query_arg( array( 'page' => 'bp-settings' ), 'admin.php' ) ),
    432             'name' => __( 'Settings', 'buddypress' )
     432            'name' => __( 'Options', 'buddypress' )
    433433        ),
    434434    );
  • trunk/src/bp-core/admin/bp-core-admin-settings.php

    r10559 r10565  
    280280        <h1><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1>
    281281
    282         <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Settings', 'buddypress' ) ); ?></h2>
     282        <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Options', 'buddypress' ) ); ?></h2>
    283283
    284284        <form action="<?php echo esc_url( $form_action ) ?>" method="post">
  • trunk/src/bp-core/classes/class-bp-admin.php

    r10538 r10565  
    264264        $hooks[] = add_submenu_page(
    265265            $this->settings_page,
    266             __( 'BuddyPress Settings', 'buddypress' ),
    267             __( 'BuddyPress Settings', 'buddypress' ),
     266            __( 'BuddyPress Options', 'buddypress' ),
     267            __( 'BuddyPress Options', 'buddypress' ),
    268268            $this->capability,
    269269            'bp-settings',
Note: See TracChangeset for help on using the changeset viewer.