From f546fe5aa5b0574d5e3348ca2025bfbb0efcb4ef Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 5 Jun 2020 09:13:08 +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. Built from https://develop.svn.wordpress.org/trunk@47914 git-svn-id: http://core.svn.wordpress.org/trunk@47688 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-load.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index 29bb41114a..018f251ab1 100644 --- a/wp-includes/ms-load.php +++ b/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:' ) . '