Changeset 6896 for trunk/src/includes/admin/settings.php
- Timestamp:
- 01/29/2019 03:36:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/settings.php
r6869 r6896 1495 1495 1496 1496 <div class="wrap"> 1497 <h1 ><?php esc_html_e( 'Forums Settings', 'bbpress' ) ?></h1>1497 <h1 class="wp-heading-inline"><?php esc_html_e( 'Forums Settings', 'bbpress' ) ?></h1> 1498 1498 <hr class="wp-header-end"> 1499 1499 … … 1774 1774 1775 1775 <div class="wrap"> 1776 <h1 ><?php esc_html_e( 'Forum Tools', 'bbpress' ); ?></h1>1776 <h1 class="wp-heading-inline"><?php esc_html_e( 'Forum Tools', 'bbpress' ); ?></h1> 1777 1777 <hr class="wp-header-end"> 1778 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( esc_html__( 'Import Forums', 'bbpress' )); ?></h2>1778 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( 'bbp-converter' ); ?></h2> 1779 1779 1780 1780 <div class="bbp-converter-wrap">
Note: See TracChangeset
for help on using the changeset viewer.