<!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>[19569] trunk/wp-admin: s/Admin Bar/Toolbar/.</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, #logmsg > ol { margin-left: 0; 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">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/19569">19569</a></dd>
<dt>Author</dt> <dd>ryan</dd>
<dt>Date</dt> <dd>2011-12-08 16:49:16 +0000 (Thu, 08 Dec 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>s/Admin Bar/Toolbar/. Props ocean90. fixes <a href="http://core.trac.wordpress.org/ticket/19461">#19461</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminnetworkupgradephp">trunk/wp-admin/network/upgrade.php</a></li>
<li><a href="#trunkwpadminnetworkphp">trunk/wp-admin/network.php</a></li>
<li><a href="#trunkwpadminusereditphp">trunk/wp-admin/user-edit.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminnetworkupgradephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/network/upgrade.php (19568 => 19569)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/network/upgrade.php        2011-12-08 01:37:08 UTC (rev 19568)
+++ trunk/wp-admin/network/upgrade.php        2011-12-08 16:49:16 UTC (rev 19569)
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx">         'id'      =&gt; 'overview',
</span><span class="cx">         'title'   =&gt; __('Overview'),
</span><span class="cx">         'content' =&gt;
</span><del>-                '&lt;p&gt;' . __('Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Admin Bar). Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database updates are applied.') . '&lt;/p&gt;' .
</del><ins>+                '&lt;p&gt;' . __('Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database updates are applied.') . '&lt;/p&gt;' .
</ins><span class="cx">                 '&lt;p&gt;' . __('If a version update to core has not happened, clicking this button won&amp;#8217;t affect anything.') . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '&lt;/p&gt;'
</span><span class="cx"> ) );
</span></span></pre></div>
<a id="trunkwpadminnetworkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/network.php (19568 => 19569)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/network.php        2011-12-08 01:37:08 UTC (rev 19568)
+++ trunk/wp-admin/network.php        2011-12-08 16:49:16 UTC (rev 19569)
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx">         '&lt;p&gt;' . __('Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your install. Fill out the network details, and click install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Add a &lt;code&gt;blogs.dir&lt;/code&gt; directory under &lt;code&gt;/wp-content&lt;/code&gt; and add the designated lines of code to wp-config.php (just before &lt;code&gt;/*...stop editing...*/&lt;/code&gt;) and &lt;code&gt;.htaccess&lt;/code&gt; (replacing the existing WordPress rules).') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Admin Bar.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with &amp;#8220;/blog/&amp;#8221; from the main site. This disabling will be addressed in a future version.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Create_A_Network&quot; target=&quot;_blank&quot;&gt;Documentation on Creating a Network&lt;/a&gt;') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminusereditphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/user-edit.php (19568 => 19569)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/user-edit.php        2011-12-08 01:37:08 UTC (rev 19568)
+++ trunk/wp-admin/user-edit.php        2011-12-08 16:49:16 UTC (rev 19569)
</span><span class="lines">@@ -223,11 +223,11 @@
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> &lt;tr class=&quot;show-admin-bar&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Admin Bar')?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Admin Bar') ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Toolbar')?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Toolbar') ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> &lt;label for=&quot;admin_bar_front&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;admin_bar_front&quot; type=&quot;checkbox&quot; id=&quot;admin_bar_front&quot; value=&quot;1&quot;&lt;?php checked( _get_admin_bar_pref( 'front', $profileuser-&gt;ID ) ); ?&gt; /&gt;
</span><del>-&lt;?php _e( 'Show Admin Bar when viewing site' ); ?&gt;&lt;/label&gt;&lt;br /&gt;
</del><ins>+&lt;?php _e( 'Show Toolbar when viewing site' ); ?&gt;&lt;/label&gt;&lt;br /&gt;
</ins><span class="cx"> &lt;/fieldset&gt;
</span><span class="cx"> &lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span></span></pre>
</div>
</div>

</body>
</html>