Skip to content

Commit

Permalink
CMSP-26: Updates text. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwagner00 authored Jan 26, 2023
1 parent 0ef4a23 commit d1b64fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/pantheon-multisite-finalize.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
function pantheon_multisite_install_finalize_message() {
?>
<div class="notice notice-info is-dismissible">
<p><?php esc_html_e( 'Your WordPress Site Network is almost ready!', 'pantheon' ); ?></p>
<p><?php echo sprintf( __( 'Visit <a href="%s">Pantheon WordPress Site Network Configuration</a> for documentation on how to finalize configuration of your site network.', 'pantheon' ), 'https://pantheon.io/docs/guides/multisite/config/#install-the-wordpress-site-network' ); ?></p>
<p><?php esc_html_e( 'Your WordPress Multisite is almost ready!', 'pantheon' ); ?></p>
<p><?php echo sprintf( __( 'Visit <a href="%s">Pantheon Multisite Configuration</a> for documentation on how to finalize configuration of your site network.', 'pantheon' ), 'https://pantheon.io/docs/guides/multisite/config/#install-the-wordpress-site-network' ); ?></p>
</div>
<?php
}
Expand Down

0 comments on commit d1b64fa

Please sign in to comment.