From 4249f900ca4cb699c6f76ff6e4e3b7651247dc34 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov ` tags from translatable string in
`wp-admin/network/settings.php`.
Add translator comment.
Props ramiy.
Fixes #34618.
git-svn-id: https://develop.svn.wordpress.org/trunk@35570 602fd350-edb4-49c9-b593-d223f7449a82
---
src/wp-admin/network/settings.php | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/wp-admin/network/settings.php b/src/wp-admin/network/settings.php
index fac3659a25..cd8e251d8b 100644
--- a/src/wp-admin/network/settings.php
+++ b/src/wp-admin/network/settings.php
@@ -137,7 +137,13 @@ if ( isset( $_GET['updated'] ) ) {
' . __( 'If registration is disabled, please set NOBLOGREDIRECT
in wp-config.php
to a URL you will redirect visitors to if they visit a non-existent site.' ) . '
';
+ /* translators: 1: NOBLOGREDIRECT 2: wp-config.php */
+ printf( __( 'If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.' ),
+ 'NOBLOGREDIRECT
',
+ 'wp-config.php
'
+ );
+ echo '