Networks and Sites: Update the link text for "Debugging a WordPress Network" support article in ms_not_installed()
.
Props Presskopp. Fixes #50326. git-svn-id: https://develop.svn.wordpress.org/trunk@47914 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d4d709856b
commit
2071347eac
@ -494,7 +494,7 @@ function ms_not_installed( $domain, $path ) {
|
||||
$msg .= '<p><strong>' . __( 'What do I do now?' ) . '</strong> ';
|
||||
$msg .= sprintf(
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'Read the <a href="%s" target="_blank">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' ),
|
||||
__( 'Read the <a href="%s" target="_blank">Debugging a WordPress Network</a> 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:' ) . '</p><ul>';
|
||||
|
Loading…
Reference in New Issue
Block a user