Changeset 10565
- Timestamp:
- 02/08/2016 06:10:04 PM (9 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r10474 r10565 430 430 '2' => array( 431 431 'href' => bp_get_admin_url( add_query_arg( array( 'page' => 'bp-settings' ), 'admin.php' ) ), 432 'name' => __( ' Settings', 'buddypress' )432 'name' => __( 'Options', 'buddypress' ) 433 433 ), 434 434 ); -
trunk/src/bp-core/admin/bp-core-admin-settings.php
r10559 r10565 280 280 <h1><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> 281 281 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> 283 283 284 284 <form action="<?php echo esc_url( $form_action ) ?>" method="post"> -
trunk/src/bp-core/classes/class-bp-admin.php
r10538 r10565 264 264 $hooks[] = add_submenu_page( 265 265 $this->settings_page, 266 __( 'BuddyPress Settings', 'buddypress' ),267 __( 'BuddyPress Settings', 'buddypress' ),266 __( 'BuddyPress Options', 'buddypress' ), 267 __( 'BuddyPress Options', 'buddypress' ), 268 268 $this->capability, 269 269 'bp-settings',
Note: See TracChangeset
for help on using the changeset viewer.