Skip to content

Commit

Permalink
Merge branch 'develop' into release/3.5.0
Browse files Browse the repository at this point in the history
* develop:
  Coming soon admin notice url
  • Loading branch information
circlecube committed Oct 23, 2023
2 parents 158ac41 + 855055e commit b241aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
'<a href="' . get_home_url() . '?preview=coming_soon" title="' . __( 'Preview the coming soon landing page', 'wp-plugin-bluehost' ) . '">',
'</a>',
'<a href="' . esc_url( admin_url( 'admin.php?page=bluehost#/home' ) ) . '">',
'<a href="' . esc_url( admin_url( 'admin.php?page=bluehost&nfd-target=coming-soon-section#/settings' ) ) . '">',
'</a>'
),
'template_styles' => esc_url( BLUEHOST_PLUGIN_URL . 'assets/styles/coming-soon.css' ),
Expand Down

0 comments on commit b241aac

Please sign in to comment.