From 6cfd7503f4aa41d3ac63a93e371cf8314c56d494 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 17 May 2024 14:28:59 -0400 Subject: [PATCH] revert text change --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index 9c84131a..06acd4d9 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -19,7 +19,7 @@ require __DIR__ . '/vendor/autoload.php'; } else { if ( 'local' === wp_get_environment_type() ) { - wp_die( esc_html( __( 'TESTINGONLY Please install the HostGator Plugin dependencies.', 'wp-plugin-hostgator' ) ) ); + wp_die( esc_html( __( 'Please install the HostGator Plugin dependencies.', 'wp-plugin-hostgator' ) ) ); } return; }