Changeset 13137 for trunk/src/bp-core/admin/bp-core-admin-slugs.php
- Timestamp:
- 11/06/2021 08:40:08 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/admin/bp-core-admin-slugs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-slugs.php
r13118 r13137 18 18 */ 19 19 function bp_core_admin_slugs_settings() { 20 bp_core_admin_tabbed_screen_header( __( 'BuddyPress Settings', 'buddypress' ), __( 'Pages', 'buddypress' ) ); 20 21 ?> 21 22 22 <div class="wrap"> 23 24 <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> 25 <hr class="wp-header-end"> 26 27 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( esc_html__( 'Pages', 'buddypress' ) ); ?></h2> 23 <div class="buddypress-body"> 28 24 <form action="" method="post" id="bp-admin-page-form"> 29 25
Note: See TracChangeset
for help on using the changeset viewer.