Changeset 12725 for trunk/src/bp-core/admin/bp-core-admin-settings.php
- Timestamp:
- 09/18/2020 08:58:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-settings.php
r12553 r12725 273 273 <div class="wrap"> 274 274 275 <h1><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> 276 277 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Options', 'buddypress' ) ); ?></h2> 275 <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?></h1> 276 <hr class="wp-header-end"> 277 278 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( esc_html__( 'Options', 'buddypress' ) ); ?></h2> 278 279 279 280 <form action="<?php echo esc_url( $form_action ) ?>" method="post">
Note: See TracChangeset
for help on using the changeset viewer.