You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -194,42 +197,43 @@ public function render_page() {
194
197
<br />
195
198
<?phpesc_html_e( 'Be careful when opening the file in Excel as it tends to change the date format. Recommended date-time format is YYYY-MM-DD H.', 'top-10' ); ?>
196
199
</p>
197
-
<p class="description">
200
+
<p class="notice notice-warning">
198
201
<strong><?phpesc_html_e( 'Backup your database before proceeding so you will be able to restore it in case anything goes wrong.', 'top-10' ); ?></strong>
199
202
</p>
200
203
<p>
201
204
<label><input type="checkbox" name="import_urls" id="import_urls" value="1" /> <?phpesc_html_e( 'Use URLs instead of Post IDs in import', 'top-10' ); ?></label>
<label><input type="checkbox" name="reset_tables" id="reset_tables" value="1" checked="checked" /> <?phpesc_html_e( 'Truncate tables on import. Unchecking this will keep existing counts and overwrite any counts which have the same post ID.', 'top-10' ); ?></label>
0 commit comments