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
'It looks like you are using the <strong>%1$s</strong> theme. We cannot be sure it is compatible with ClassicPress because it is not declaring a minimum required version of WordPress.',
'It looks like you are using the <strong>%1$s</strong> theme. Unfortunately it seems it requires WordPress %2$s or above and it may therefore be incompatible with ClassicPress.',
484
+
'switch-to-classicpress'
485
+
), $theme->name, $theme->get( 'RequiresWP' ) );
486
+
echo"<br>\n";
487
+
_e(
488
+
'Consider switching to a different theme, perhaps an older core theme, and try again.',
0 commit comments