diff --git a/src/wp-includes/ms-load.php b/src/wp-includes/ms-load.php index 29bb41114a..018f251ab1 100644 --- a/src/wp-includes/ms-load.php +++ b/src/wp-includes/ms-load.php @@ -494,7 +494,7 @@ function ms_not_installed( $domain, $path ) { $msg .= '

' . __( 'What do I do now?' ) . ' '; $msg .= sprintf( /* translators: %s: Documentation URL. */ - __( 'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.' ), + __( 'Read the Debugging a WordPress Network article. Some of the suggestions there may help you figure out what went wrong.' ), __( 'https://wordpress.org/support/article/debugging-a-wordpress-network/' ) ); $msg .= ' ' . __( 'If you’re still stuck with this message, then check that your database contains the following tables:' ) . '