From 2071347eac377533d6d1880b3abecfce249ecd8d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 5 Jun 2020 09:11:20 +0000 Subject: [PATCH] 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 --- src/wp-includes/ms-load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:' ) . '