diff --git a/projects/plugins/super-cache/inc/boost.php b/projects/plugins/super-cache/inc/boost.php
new file mode 100644
index 0000000000000..c2e0926906de0
--- /dev/null
+++ b/projects/plugins/super-cache/inc/boost.php
@@ -0,0 +1,52 @@
+
+
+ ' . esc_html__( 'Warning! Jetpack Boost Cache Detected', 'wp-super-cache' ) . '
';
- // translators: %s is the filename of the advanced-cache.php file
- echo '' . sprintf( esc_html__( 'The file %s was created by the Jetpack Boost plugin.', 'wp-super-cache' ), esc_html( $wpsc_advanced_cache_filename ) ) . '
';
- echo '' . esc_html__( 'You can use Jetpack Boost and WP Super Cache at the same time but only if the Cache Site Pages module in Boost is disabled. To use WP Super Cache for caching:', 'wp-super-cache' ) . '
';
- // translators: %s is a html link to the plugins page
- echo '- ' . sprintf( esc_html__( 'Deactivate Jetpack Boost on the %s page.', 'wp-super-cache' ), '' . esc_html__( 'Plugins', 'wp-super-cache' ) . '' ) . '
';
- echo '- ' . esc_html__( 'Reload this page to configure WP Super Cache.', 'wp-super-cache' ) . '
';
- echo '- ' . esc_html__( 'Activate the Jetpack Boost plugin again.', 'wp-super-cache' ) . '
';
- echo '
';
+ wpsc_delete_boost_loader_form();
} elseif ( $other_advanced_cache ) {
echo '' . __( 'Warning! You may not be allowed to use this plugin on your site.', 'wp-super-cache' ) . "
";
echo '
' .