Skip to content

Commit

Permalink
Improve disorganized/jumbled output when overriding WP version check
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Oct 24, 2019
1 parent f13cff4 commit 6ce1192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ function classicpress_check_can_migrate() {
'<strong class="cp-emphasis">Proceed at your own risk!</strong>',
'switch-to-classicpress'
);
echo "<br>\n";
} else {
$preflight_checks['wp_version'] = false;
echo "<tr>\n<td>$icon_preflight_fail</td>\n<td>\n";
Expand Down

0 comments on commit 6ce1192

Please sign in to comment.