Changeset 6634 for trunk/src/includes/admin/settings.php
- Timestamp:
- 07/25/2017 09:53:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/settings.php
r6600 r6634 1704 1704 <input name="_bbp_converter_restart" id="_bbp_converter_restart" type="checkbox" value="1" <?php checked( get_option( '_bbp_converter_restart', false ) ); ?> /> 1705 1705 <label for="_bbp_converter_restart"><?php esc_html_e( 'Start a fresh conversion from the beginning', 'bbpress' ); ?></label> 1706 <p class="description"><?php esc_html_e( ' You should clean old conversion information before starting over.', 'bbpress' ); ?></p>1706 <p class="description"><?php esc_html_e( 'Purge all previous imports first to avoid duplicate data.', 'bbpress' ); ?></p> 1707 1707 1708 1708 <?php
Note: See TracChangeset
for help on using the changeset viewer.