<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[34292] trunk/src/wp-admin: Network Setup: don't use `<code>` in translation strings in `wp-admin/network` files.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/34292">34292</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/34292","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>wonderboymusic</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2015-09-18 18:17:26 +0000 (Fri, 18 Sep 2015)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Network Setup: don't use `<code>` in translation strings in `wp-admin/network` files.

Props ramiy.
Fixes <a href="https://core.trac.wordpress.org/ticket/31840">#31840</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpadminincludesnetworkphp">trunk/src/wp-admin/includes/network.php</a></li>
<li><a href="#trunksrcwpadminnetworkphp">trunk/src/wp-admin/network.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpadminincludesnetworkphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/includes/network.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/includes/network.php   2015-09-18 17:05:28 UTC (rev 34291)
+++ trunk/src/wp-admin/includes/network.php     2015-09-18 18:17:26 UTC (rev 34292)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -120,7 +120,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">        $has_ports = strstr( $hostname, ':' );
</span><span class="cx" style="display: block; padding: 0 10px">        if ( ( false !== $has_ports && ! in_array( $has_ports, array( ':80', ':443' ) ) ) ) {
</span><span class="cx" style="display: block; padding: 0 10px">                echo '<div class="error"><p><strong>' . __( 'ERROR:') . '</strong> ' . __( 'You cannot install a network of sites with your server address.' ) . '</p></div>';
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                echo '<p>' . sprintf( __( 'You cannot use port numbers such as <code>%s</code>.' ), $has_ports ) . '</p>';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         echo '<p>' . sprintf( __( 'You cannot use port numbers such as %s.' ), '<code>' . $has_ports . '</code>' ) . '</p>';
</ins><span class="cx" style="display: block; padding: 0 10px">                 echo '<a href="' . esc_url( admin_url() ) . '">' . __( 'Return to Dashboard' ) . '</a>';
</span><span class="cx" style="display: block; padding: 0 10px">                echo '</div>';
</span><span class="cx" style="display: block; padding: 0 10px">                include( ABSPATH . 'wp-admin/admin-footer.php' );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -197,12 +197,22 @@
</span><span class="cx" style="display: block; padding: 0 10px">                if ( $is_www ) :
</span><span class="cx" style="display: block; padding: 0 10px">                ?>
</span><span class="cx" style="display: block; padding: 0 10px">                <h3><?php esc_html_e( 'Server Address' ); ?></h3>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <p><?php printf( __( 'We recommend you change your siteurl to <code>%1$s</code> before enabling the network feature. It will still be possible to visit your site using the <code>www</code> prefix with an address like <code>%2$s</code> but any links will not have the <code>www</code> prefix.' ), substr( $hostname, 4 ), $hostname ); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <p><?php printf(
+                       /* translators: 1: site url 2: host name 3. www */
+                       __( 'We recommend you change your siteurl to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.' ),
+                       '<code>' . substr( $hostname, 4 ) . '</code>',
+                       '<code>' . $hostname . '</code>',
+                       '<code>www</code>'
+               ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">                 <table class="form-table">
</span><span class="cx" style="display: block; padding: 0 10px">                        <tr>
</span><span class="cx" style="display: block; padding: 0 10px">                                <th scope='row'><?php esc_html_e( 'Server Address' ); ?></th>
</span><span class="cx" style="display: block; padding: 0 10px">                                <td>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <?php printf( __( 'The internet address of your network will be <code>%s</code>.' ), $hostname ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <?php printf(
+                                               /* translators: host name */
+                                               __( 'The internet address of your network will be %s.' ),
+                                               '<code>' . $hostname . '</code>'
+                                       ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 </td>
</span><span class="cx" style="display: block; padding: 0 10px">                        </tr>
</span><span class="cx" style="display: block; padding: 0 10px">                </table>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -242,7 +252,11 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        <tr>
</span><span class="cx" style="display: block; padding: 0 10px">                                <th scope='row'><?php esc_html_e( 'Server Address' ); ?></th>
</span><span class="cx" style="display: block; padding: 0 10px">                                <td>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <?php printf( __( 'The internet address of your network will be <code>%s</code>.' ), $hostname ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <?php printf(
+                                               /* translators: host name */
+                                               __( 'The internet address of your network will be %s.' ),
+                                               '<code>' . $hostname . '</code>'
+                                       ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 </td>
</span><span class="cx" style="display: block; padding: 0 10px">                        </tr>
</span><span class="cx" style="display: block; padding: 0 10px">                <?php endif; ?>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -331,18 +345,38 @@
</span><span class="cx" style="display: block; padding: 0 10px">                <h3><?php esc_html_e( 'Enabling the Network' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">                <p><?php _e( 'Complete the following steps to enable the features for creating a network of sites.' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="updated inline"><p><?php
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        if ( file_exists( $home_path . '.htaccess' ) )
-                               printf( __( '<strong>Caution:</strong> We recommend you back up your existing <code>wp-config.php</code> and <code>%s</code> files.' ), '.htaccess' );
-                       elseif ( file_exists( $home_path . 'web.config' ) )
-                               printf( __( '<strong>Caution:</strong> We recommend you back up your existing <code>wp-config.php</code> and <code>%s</code> files.' ), 'web.config' );
-                       else
-                               _e( '<strong>Caution:</strong> We recommend you back up your existing <code>wp-config.php</code> file.' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( file_exists( $home_path . '.htaccess' ) ) {
+                               printf(
+                                       /* translators: 1: wp-config.php 2: .htaccess */
+                                       __( '<strong>Caution:</strong> We recommend you back up your existing %1$s and %2$s files.' ),
+                                       '<code>wp-config.php</code>',
+                                       '<code>.htaccess</code>'
+                               );
+                       } elseif ( file_exists( $home_path . 'web.config' ) ) {
+                               printf(
+                                       /* translators: 1: wp-config.php 2: web.config */
+                                       __( '<strong>Caution:</strong> We recommend you back up your existing %1$s and %2$s files.' ),
+                                       '<code>wp-config.php</code>',
+                                       '<code>web.config</code>'
+                               );
+                       } else {
+                               printf(
+                                       /* translators: 1: wp-config.php */
+                                       __( '<strong>Caution:</strong> We recommend you back up your existing %s file.' ),
+                                       '<code>wp-config.php</code>'
+                               );
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px">                 ?></p></div>
</span><span class="cx" style="display: block; padding: 0 10px"> <?php
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><span class="cx" style="display: block; padding: 0 10px">                <ol>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <li><p><?php printf( __( 'Add the following to your <code>wp-config.php</code> file in <code>%s</code> <strong>above</strong> the line reading <code>/* That&#8217;s all, stop editing! Happy blogging. */</code>:' ), $location_of_wp_config ); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <li><p><?php printf(
+                               /* translators: 1: wp-config.php 2: location of wp-config file */
+                               __( 'Add the following to your %1$s file in %2$s <strong>above</strong> the line reading <code>/* That&#8217;s all, stop editing! Happy blogging. */</code>:' ),
+                               '<code>wp-config.php</code>',
+                               '<code>' . $location_of_wp_config . '</code>'
+                       ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <textarea class="code" readonly="readonly" cols="100" rows="7">
</span><span class="cx" style="display: block; padding: 0 10px"> define('MULTISITE', true);
</span><span class="cx" style="display: block; padding: 0 10px"> define('SUBDOMAIN_INSTALL', <?php echo $subdomain_install ? 'true' : 'false'; ?>);
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -376,9 +410,17 @@
</span><span class="cx" style="display: block; padding: 0 10px">        <p>
</span><span class="cx" style="display: block; padding: 0 10px">                <?php
</span><span class="cx" style="display: block; padding: 0 10px">                        if ( 1 == $num_keys_salts ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                _e( 'This unique authentication key is also missing from your <code>wp-config.php</code> file.' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         printf(
+                                       /* translators: 1: wp-config.php */
+                                       __( 'This unique authentication key is also missing from your %s file.' ),
+                                       '<code>wp-config.php</code>'
+                               );
</ins><span class="cx" style="display: block; padding: 0 10px">                         } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                _e( 'These unique authentication keys are also missing from your <code>wp-config.php</code> file.' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         printf(
+                                       /* translators: 1: wp-config.php */
+                                       __( 'These unique authentication keys are also missing from your %s file.' ),
+                                       '<code>wp-config.php</code>'
+                               );
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><span class="cx" style="display: block; padding: 0 10px">                ?>
</span><span class="cx" style="display: block; padding: 0 10px">                <?php _e( 'To make your installation more secure, you should also add:' ); ?>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -443,9 +485,12 @@
</span><span class="cx" style="display: block; padding: 0 10px"> ';
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                echo '<li><p>';
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                /* translators: 1: a filename like .htaccess. 2: a file path. */
-               printf( __( 'Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:' ),
-                       '<code>web.config</code>', '<code>' . $home_path . '</code>' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         printf(
+                       /* translators: 1: a filename like .htaccess. 2: a file path. */
+                       __( 'Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:' ),
+                       '<code>web.config</code>',
+                       '<code>' . $home_path . '</code>'
+               );
</ins><span class="cx" style="display: block; padding: 0 10px">                 echo '</p>';
</span><span class="cx" style="display: block; padding: 0 10px">                if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
</span><span class="cx" style="display: block; padding: 0 10px">                        echo '<p><strong>' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '</strong></p>';
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -480,9 +525,12 @@
</span><span class="cx" style="display: block; padding: 0 10px"> EOF;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                echo '<li><p>';
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                /* translators: 1: a filename like .htaccess. 2: a file path. */
-               printf( __( 'Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:' ),
-                       '<code>.htaccess</code>', '<code>' . $home_path . '</code>' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         printf(
+                       /* translators: 1: a filename like .htaccess. 2: a file path. */
+                       __( 'Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:' ),
+                       '<code>.htaccess</code>',
+                       '<code>' . $home_path . '</code>'
+               );
</ins><span class="cx" style="display: block; padding: 0 10px">                 echo '</p>';
</span><span class="cx" style="display: block; padding: 0 10px">                if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
</span><span class="cx" style="display: block; padding: 0 10px">                        echo '<p><strong>' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '</strong></p>';
</span></span></pre></div>
<a id="trunksrcwpadminnetworkphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/network.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/network.php    2015-09-18 17:05:28 UTC (rev 34291)
+++ trunk/src/wp-admin/network.php      2015-09-18 18:17:26 UTC (rev 34292)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -38,7 +38,14 @@
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> if ( ! network_domain_check() && ( ! defined( 'WP_ALLOW_MULTISITE' ) || ! WP_ALLOW_MULTISITE ) ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        wp_die( __( 'You must define the <code>WP_ALLOW_MULTISITE</code> constant as true in your wp-config.php file to allow creation of a Network.' ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ wp_die(
+               printf(
+                       /* translators: 1: WP_ALLOW_MULTISITE 2: wp-config.php */
+                       __( 'You must define the %1$s constant as true in your %2$s file to allow creation of a Network.' ),
+                       '<code>WP_ALLOW_MULTISITE</code>',
+                       '<code>wp-config.php</code>'
+               )
+       );
</ins><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> if ( is_network_admin() ) {
</span></span></pre>
</div>
</div>

</body>
</html>