diff --git a/public_html/wp-content/mu-plugins/theme-templates/bootstrap.php b/public_html/wp-content/mu-plugins/theme-templates/bootstrap.php
index 2958826296..acd131d60c 100644
--- a/public_html/wp-content/mu-plugins/theme-templates/bootstrap.php
+++ b/public_html/wp-content/mu-plugins/theme-templates/bootstrap.php
@@ -24,11 +24,7 @@
*/
function inject_offline_template( $template_path ) {
if ( function_exists( 'is_offline' ) && ( \is_offline() || \is_500() ) ) {
- if ( 'twentytwenty' === get_template() ) {
- $template_path = __DIR__ . '/templates/offline-2020.php';
- } else {
- $template_path = __DIR__ . '/templates/offline.php';
- }
+ $template_path = __DIR__ . '/templates/offline.php';
}
return $template_path;
diff --git a/public_html/wp-content/mu-plugins/theme-templates/templates/offline-2020.php b/public_html/wp-content/mu-plugins/theme-templates/templates/offline-2020.php
deleted file mode 100644
index b46b5f7b25..0000000000
--- a/public_html/wp-content/mu-plugins/theme-templates/templates/offline-2020.php
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-