Changeset 12725 for trunk/src/bp-core/admin/bp-core-admin-tools.php
- Timestamp:
- 09/18/2020 08:58:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-tools.php
r12668 r12725 20 20 <div class="wrap"> 21 21 22 <h1><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h1> 22 <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h1> 23 <hr class="wp-header-end"> 23 24 24 25 <p><?php esc_html_e( 'BuddyPress keeps track of various relationships between members, groups, and activity items. Occasionally these relationships become out of sync, most often after an import, update, or migration.', 'buddypress' ); ?></p> … … 443 444 ?> 444 445 <div class="wrap"> 445 <h1><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h1> 446 <h1 class="wp-heading-inline"><?php esc_html_e( 'Tools', 'buddypress' ) ?></h1> 447 <hr class="wp-header-end"> 446 448 447 449 <?php
Note: See TracChangeset
for help on using the changeset viewer.