<!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" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { 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 #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#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>
<title>[15102] trunk/wp-admin: MS help fixes.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15102">15102</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-06-02 05:53:24 +0000 (Wed, 02 Jun 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>MS help fixes. props dougwrites, see <a href="http://trac.wordpress.org/ticket/13467">#13467</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminmsoptionsphp">trunk/wp-admin/ms-options.php</a></li>
<li><a href="#trunkwpadminmsusersphp">trunk/wp-admin/ms-users.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminmsoptionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-options.php (15101 => 15102)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-options.php        2010-06-02 05:50:18 UTC (rev 15101)
+++ trunk/wp-admin/ms-options.php        2010-06-02 05:53:24 UTC (rev 15102)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">         '&lt;p&gt;' . __('Dashboard Site is an option to give a site to users who do not have a site on the system. Their default role is subscribed but that default can be changed. The Admin Notice Feed can provide a notice on all dashboards of the latest post via RSS or Atom, or provide no such notice if left blank.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what&amp;#8127;s put in the first post, page, comment, comment author, and comment URL.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('Upload settings control the size of the uploaded files and the amount of available upload space for each site You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('Checkboxes for media upload buttons set which are shown in the visual editor. If unchecked, a generic upload button is still visible; other media types can still be uploaded if on the allowed file types list.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Super Admin &gt; Users and click on Username or the Edit hover link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminmsusersphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-users.php (15101 => 15102)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-users.php        2010-06-02 05:50:18 UTC (rev 15101)
+++ trunk/wp-admin/ms-users.php        2010-06-02 05:53:24 UTC (rev 15102)
</span><span class="lines">@@ -21,9 +21,9 @@
</span><span class="cx"> add_contextual_help($current_screen, 
</span><span class="cx">         '&lt;p&gt;' . __('This table shows all users across the network and the sites to which they are assigned.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to his or her Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('You can also go to the user&amp;#8217;s profile page for by clicking on the individual Username.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('You can also go to the user&amp;#8217;s profile page by clicking on the individual username.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('You can sort the table by clicking on any of the bold headings and switch between list and excerpt views by using the icons in the upper right.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same emails.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('Add User will add that person to this table and send them an email.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.') . '&lt;/p&gt;' .
</span></span></pre>
</div>
</div>

</body>
</html>