Changeset 13468 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 05/03/2023 06:18:23 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r13464 r13468 477 477 'name' => __( 'Components', 'buddypress' ), 478 478 ), 479 '1' => array(480 'id' => 'bp-rewrites',481 'href' => bp_get_admin_url( add_query_arg( array( 'page' => 'bp-rewrites' ), 'admin.php' ) ),482 'name' => __( 'URLs', 'buddypress' ),483 ),484 479 '2' => array( 485 480 'id' => 'bp-settings', … … 493 488 ), 494 489 ); 490 491 if ( 'rewrites' === bp_core_get_query_parser() ) { 492 $settings_tabs['1'] = array( 493 'id' => 'bp-rewrites', 494 'href' => bp_get_admin_url( add_query_arg( array( 'page' => 'bp-rewrites' ), 'admin.php' ) ), 495 'name' => __( 'URLs', 'buddypress' ), 496 ); 497 } 495 498 496 499 if ( ! $apply_filters ) {
Note: See TracChangeset
for help on using the changeset viewer.