Changeset 13137 for trunk/src/bp-core/admin/bp-core-admin-settings.php
- Timestamp:
- 11/06/2021 08:40:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-settings.php
r12928 r13137 289 289 // We're saving our own options, until the WP Settings API is updated to work with Multisite. 290 290 $form_action = add_query_arg( 'page', 'bp-settings', bp_get_admin_url( 'admin.php' ) ); 291 291 bp_core_admin_tabbed_screen_header( __( 'BuddyPress Settings', 'buddypress' ), __( 'Options', 'buddypress' ) ); 292 292 ?> 293 293 294 <div class="wrap"> 295 296 <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?></h1> 297 <hr class="wp-header-end"> 298 299 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( esc_html__( 'Options', 'buddypress' ) ); ?></h2> 300 294 <div class="buddypress-body"> 301 295 <form action="<?php echo esc_url( $form_action ) ?>" method="post"> 302 296
Note: See TracChangeset
for help on using the changeset viewer.