diff --git a/test-content/themes/wp-empty-theme/inc/back-compat.php b/test-content/themes/wp-empty-theme/inc/back-compat.php new file mode 100644 index 000000000..99000d98a --- /dev/null +++ b/test-content/themes/wp-empty-theme/inc/back-compat.php @@ -0,0 +1,74 @@ +

'; + printf( + /* translators: %s: WordPress Version. */ + esc_html__( 'This theme requires WordPress 5.3 or newer. You are running version %s. Please upgrade.', 'wp-empty-theme' ), + esc_html( $GLOBALS['wp_version'] ) + ); + echo '