I18N: Update translator comments after [45674].

See #47771.

git-svn-id: https://develop.svn.wordpress.org/trunk@45676 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-07-25 22:51:53 +00:00
parent 5b86d712f4
commit 004ff0e1a7
9 changed files with 12 additions and 12 deletions

View File

@@ -489,7 +489,7 @@ function ms_not_installed( $domain, $path ) {
) . '</p>';
}
$msg .= '<p><strong>' . __( 'What do I do now?' ) . '</strong> ';
/* translators: %s: Codex URL */
/* translators: %s: Documentation URL */
$msg .= sprintf(
__( 'Read the <a href="%s" target="_blank">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' ),
__( 'https://wordpress.org/support/article/debugging-a-wordpress-network/' )