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
This commit is contained in:
parent
4bbb7fb852
commit
f546fe5aa5
|
@ -494,7 +494,7 @@ function ms_not_installed( $domain, $path ) {
|
||||||
$msg .= '<p><strong>' . __( 'What do I do now?' ) . '</strong> ';
|
$msg .= '<p><strong>' . __( 'What do I do now?' ) . '</strong> ';
|
||||||
$msg .= sprintf(
|
$msg .= sprintf(
|
||||||
/* translators: %s: Documentation URL. */
|
/* 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/' )
|
__( '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>';
|
$msg .= ' ' . __( 'If you’re still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>';
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-alpha-47913';
|
$wp_version = '5.5-alpha-47914';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue