Changeset 6896 for trunk/src/includes/admin/tools/reset.php
- Timestamp:
- 01/29/2019 03:36:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/reset.php
r6759 r6896 21 21 22 22 <div class="wrap"> 23 <h1><?php esc_html_e( 'Forum Tools', 'bbpress' ); ?></h1> 24 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( esc_html__( 'Reset Forums', 'bbpress' ) ); ?></h2> 23 <h1 class="wp-heading-inline"><?php esc_html_e( 'Forum Tools', 'bbpress' ); ?></h1> 24 <hr class="wp-header-end"> 25 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( 'bbp-reset' ); ?></h2> 25 26 <p><?php esc_html_e( 'Revert your forums back to a brand new installation, as if bbPress were never installed. This process cannot be undone.', 'bbpress' ); ?></p> 26 27
Note: See TracChangeset
for help on using the changeset viewer.