From d31305d2d63704c0be88235255c3ec5fb3e657d8 Mon Sep 17 00:00:00 2001
From: Guido07111975
Date: Sat, 17 Jan 2026 00:57:05 +0100
Subject: [PATCH 1/3] Update admin-page.php
---
lib/admin-page.php | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/lib/admin-page.php b/lib/admin-page.php
index 99760ae..dcae01f 100644
--- a/lib/admin-page.php
+++ b/lib/admin-page.php
@@ -368,8 +368,8 @@ function classicpress_check_can_migrate() {
); ?>
- move to a self-hosted WordPress site first.',
+
@@ -988,15 +988,21 @@ class="hidden"
+
+
+
That does not mean it will work in every case and Older Versions may have Password or Security Issues! ',
+ __( 'That does not mean it will work in every case and Older Versions may have Password or Security Issues!',
'switch-to-classicpress' )
); ?>
Complete Backup of your Site Files and Database before using this tool At Your Own Risk!',
+ __( 'Please, make a Complete Backup of your Site Files and Database before using this tool At Your Own Risk!',
'switch-to-classicpress' )
); ?>
From 80dd0c460679149f0a934c4435d81d1fbc14881a Mon Sep 17 00:00:00 2001
From: Guido07111975
Date: Sat, 17 Jan 2026 01:11:30 +0100
Subject: [PATCH 2/3] Update admin-page.php
CPCS fix
---
lib/admin-page.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/admin-page.php b/lib/admin-page.php
index dcae01f..919a610 100644
--- a/lib/admin-page.php
+++ b/lib/admin-page.php
@@ -369,8 +369,8 @@ function classicpress_check_can_migrate() {
@@ -990,8 +990,8 @@ class="hidden"
From 02f474de05be66a4661c1c3cdfec9d15bf2fc301 Mon Sep 17 00:00:00 2001
From: xxsimoxx
Date: Sat, 17 Jan 2026 13:42:35 +0100
Subject: [PATCH 3/3] Remove unneeded echo
---
lib/admin-page.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/admin-page.php b/lib/admin-page.php
index 919a610..5b49e39 100644
--- a/lib/admin-page.php
+++ b/lib/admin-page.php
@@ -283,7 +283,7 @@ function classicpress_ignore_wp_version_checkbox_callback() {
''
);
}
-
+
add_action( 'admin_init', 'classicpress_ignore_wp_version_settings_init' );
/**
@@ -368,7 +368,7 @@ function classicpress_check_can_migrate() {
); ?>
-
@@ -771,7 +771,7 @@ function classicpress_show_migration_controls() {
' . __( 'Please make a Complete Backup of your Site Files and Database before you continue!', 'switch-to-classicpress' ) . ''
- ); ?>
+ ); ?>
|
-
| |