Changeset 6896 for trunk/src/includes/admin/tools/repair.php
- Timestamp:
- 01/29/2019 03:36:23 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools/repair.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/repair.php
r6891 r6896 26 26 27 27 <div class="wrap"> 28 <h1><?php esc_html_e( 'Forum Tools', 'bbpress' ); ?></h1> 29 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( esc_html__( 'Repair Forums', 'bbpress' ) ); ?></h2> 28 <h1 class="wp-heading-inline"><?php esc_html_e( 'Forum Tools', 'bbpress' ); ?></h1> 29 <hr class="wp-header-end"> 30 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( 'bbp-repair' ); ?></h2> 30 31 31 32 <p><?php esc_html_e( 'bbPress keeps track of relationships between forums, topics, replies, topic-tags, favorites, subscriptions, and users. Occasionally these relationships become out of sync, most often after an import or migration. Use the tools below to manually recalculate these relationships.', 'bbpress' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.