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
@@ -368,9 +368,9 @@ function classicpress_check_can_migrate() {
368
368
); ?>
369
369
</p>
370
370
<p>
371
-
<?phpechowp_kses_post(
372
-
__( 'In order to switch to ClassicPress, you\'ll need to <a href="https://move.wordpress.com/">move to a self-hosted WordPress site</a> first.',
373
-
'switch-to-classicpress' )
371
+
<?phpesc_html_e(
372
+
'In order to switch to ClassicPress, you\'ll need to move to a self-hosted WordPress site first.',
373
+
'switch-to-classicpress'
374
374
); ?>
375
375
</p>
376
376
</div>
@@ -771,7 +771,7 @@ function classicpress_show_migration_controls() {
771
771
<p class="cp-migration-info">
772
772
<?phpechowp_kses_post(
773
773
'<strong class="cp-emphasis">' . __( 'Please make a Complete Backup of your Site Files and Database before you continue!', 'switch-to-classicpress' ) . '</strong>'
'If all requirements for your custom version have been met, then migration should complete.',
994
+
'switch-to-classicpress'
995
+
); ?>
996
+
</p>
991
997
<p>
992
998
<?phpechowp_kses_post(
993
-
__( 'If all requirements for your custom version have been met, then migration should complete.</p><p>That does not mean it will work in every case and<strong class="cp-emphasis">Older Versions may have Password or Security Issues!</strong></p>',
999
+
__( 'That does not mean it will work in every case and<strong class="cp-emphasis">Older Versions may have Password or Security Issues!</strong>',
994
1000
'switch-to-classicpress' )
995
1001
); ?>
996
1002
</p>
997
1003
<p>
998
1004
<?phpechowp_kses_post(
999
-
__( 'Please, make a <strong class="cp-emphasis">Complete Backup of your Site Files and Database</strong> before using this tool<strong class="cp-emphasis">At Your Own Risk!</strong>',
1005
+
__( 'Please, make a <strong class="cp-emphasis">Complete Backup of your Site Files and Database</strong> before using this tool<strong class="cp-emphasis">At Your Own Risk!</strong>',
0 commit comments