From 8919d9a88a339d8ee6029619ab16612eae763bee Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 18 Nov 2015 17:42:26 +0000 Subject: [PATCH] I18N: Move translatable Codex URLs to separate strings in `wp-includes/ms-load.php`. Props ramiy. Fixes #34687. Built from https://develop.svn.wordpress.org/trunk@35668 git-svn-id: http://core.svn.wordpress.org/trunk@35632 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-load.php | 5 ++++- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index 923d4e720d..a192315523 100644 --- a/wp-includes/ms-load.php +++ b/wp-includes/ms-load.php @@ -305,7 +305,10 @@ function ms_not_installed( $domain, $path ) { ) . '

'; } $msg .= '

' . __( 'What do I do now?' ) . ' '; - $msg .= __( 'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.' ); + /* translators: %s: Codex URL */ + $msg .= sprintf( __( 'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.' ), + __( 'https://codex.wordpress.org/Debugging_a_WordPress_Network' ) + ); $msg .= ' ' . __( 'If you’re still stuck with this message, then check that your database contains the following tables:' ) . '