From 64a31b8974a75907a73ebcaf52756e8f283dae22 Mon Sep 17 00:00:00 2001 From: wpalani Date: Mon, 23 Oct 2023 14:23:37 -0700 Subject: [PATCH] Coming soon admin notice url --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index 5952790b9..8d3e6520c 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -140,7 +140,7 @@ function () { __( 'Your site is currently displaying a %1$scoming soon page%2$s. Once you are ready, %3$slaunch your site%4$s.', 'wp-plugin-bluehost' ), '', '', - '', + '', '' ), 'template_styles' => esc_url( BLUEHOST_PLUGIN_URL . 'assets/styles/coming-soon.css' ),