<!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>[15131] trunk/wp-admin: Help fixes.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15131">15131</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-06-03 19:52:54 +0000 (Thu, 03 Jun 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Help fixes. props kpdesign, fixes <a href="http://trac.wordpress.org/ticket/13467">#13467</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminmsadminphp">trunk/wp-admin/ms-admin.php</a></li>
<li><a href="#trunkwpadminmsoptionsphp">trunk/wp-admin/ms-options.php</a></li>
<li><a href="#trunkwpadminmssitesphp">trunk/wp-admin/ms-sites.php</a></li>
<li><a href="#trunkwpadminmsthemesphp">trunk/wp-admin/ms-themes.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminmsadminphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-admin.php (15130 => 15131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-admin.php        2010-06-03 18:58:41 UTC (rev 15130)
+++ trunk/wp-admin/ms-admin.php        2010-06-03 19:52:54 UTC (rev 15131)
</span><span class="lines">@@ -24,8 +24,8 @@
</span><span class="cx">         '&lt;li&gt;' . __('Blogs are now called Sites; Site is now called Network.') . '&lt;/li&gt;&lt;/ul&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('This screen provides the network administrator with links to the screens for Sites and Users to either create a new site or user, or to search existing users and sites. Those screens are also accessible through the left-hand navigation in the Super Admin section.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Super_Admin_Menu&quot;&gt;Network Admin Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
-        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+        '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Super_Admin_Menu&quot;&gt;Documentation on Super Admin Menu&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> require_once( './admin-header.php' );
</span></span></pre></div>
<a id="trunkwpadminmsoptionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-options.php (15130 => 15131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-options.php        2010-06-03 18:58:41 UTC (rev 15130)
+++ trunk/wp-admin/ms-options.php        2010-06-03 19:52:54 UTC (rev 15131)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">         wp_die( __( 'Multisite support is not enabled.' ) );
</span><span class="cx"> 
</span><span class="cx"> if ( ! current_user_can( 'manage_network_options' ) )
</span><del>-    wp_die( __( 'You do not have permission to access this page.' ) );
</del><ins>+        wp_die( __( 'You do not have permission to access this page.' ) );
</ins><span class="cx"> 
</span><span class="cx"> $title = __( 'Network Options' );
</span><span class="cx"> $parent_file = 'ms-admin.php';
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx"> add_contextual_help($current_screen,
</span><span class="cx">         '&lt;p&gt;' . __('This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site&amp;#8217;s options.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Operational settings has fields for the network&amp;#8217;s name and admin email.') . '&lt;/p&gt;' .
</span><del>-        '&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;' .
</del><ins>+        '&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 Subscriber, 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;' .
</ins><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><span class="cx">         '&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;' .
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">                                         &lt;input name=&quot;dashboard_blog_orig&quot; type=&quot;hidden&quot; id=&quot;dashboard_blog_orig&quot; value=&quot;&lt;?php echo esc_attr( $blogname ); ?&gt;&quot; /&gt;
</span><span class="cx">                                         &lt;input name=&quot;dashboard_blog&quot; type=&quot;text&quot; id=&quot;dashboard_blog&quot; value=&quot;&lt;?php echo esc_attr( $blogname ); ?&gt;&quot; class=&quot;regular-text&quot; /&gt;
</span><span class="cx">                                         &lt;br /&gt;
</span><del>-                                        &lt;?php _e( 'Site path (&amp;#8220;dashboard&amp;#8221;, &amp;#8220;control&amp;#8221;, &amp;#8220;manager&amp;#8221;, etc.) or blog ID.&lt;br /&gt;New users are added to this site as the user role defined below if they don&amp;#8217;t have a site. Leave blank for the main site. Users with the subscriber role on old site will be moved to the new site if changed. The new site will be created if it does not exist.' ); ?&gt;
</del><ins>+                                        &lt;?php _e( 'Site path (&amp;#8220;dashboard&amp;#8221;, &amp;#8220;control&amp;#8221;, &amp;#8220;manager&amp;#8221;, etc.) or blog ID.&lt;br /&gt;New users are added to this site as the user role defined below if they don&amp;#8217;t have a site. Leave blank for the main site. Users with the Subscriber role on the old site will be moved to the new site if changed. The new site will be created if it does not exist.' ); ?&gt;
</ins><span class="cx">                                 &lt;/td&gt;
</span><span class="cx">                         &lt;/tr&gt;
</span><span class="cx">                         &lt;tr valign=&quot;top&quot;&gt;
</span><span class="lines">@@ -191,7 +191,7 @@
</span><span class="cx">                         &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx">                                 &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;welcome_user_email&quot;&gt;&lt;?php _e( 'Welcome User Email' ) ?&gt;&lt;/label&gt;&lt;/th&gt;
</span><span class="cx">                                 &lt;td&gt;
</span><del>-                                    &lt;textarea name=&quot;welcome_user_email&quot; id=&quot;welcome_user_email&quot; rows=&quot;5&quot; cols=&quot;45&quot; class=&quot;large-text&quot;&gt;
</del><ins>+                                        &lt;textarea name=&quot;welcome_user_email&quot; id=&quot;welcome_user_email&quot; rows=&quot;5&quot; cols=&quot;45&quot; class=&quot;large-text&quot;&gt;
</ins><span class="cx"> &lt;?php echo wp_htmledit_pre( stripslashes( get_site_option( 'welcome_user_email' ) ) ) ?&gt;&lt;/textarea&gt;
</span><span class="cx">                                         &lt;br /&gt;
</span><span class="cx">                                         &lt;?php _e( 'The welcome email sent to new users.' ) ?&gt;
</span></span></pre></div>
<a id="trunkwpadminmssitesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-sites.php (15130 => 15131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-sites.php        2010-06-03 18:58:41 UTC (rev 15130)
+++ trunk/wp-admin/ms-sites.php        2010-06-03 19:52:54 UTC (rev 15131)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">                 '&lt;p&gt;' . __('This extensive list of options has five modules: Site Info, Site Options, allowing Site Themes for this given site, changing user roles and passwords for that site, adding a new user, and Miscellaneous Site Actions (upload size limits).') . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;' . __('Note that some fields in Site Options are grayed out and say Serialized Data. These are stored values in the database which you cannot change from here.') . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
</span><del>-                '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Sites_Edit_Site&quot;&gt;Site Editing Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</del><ins>+                '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Sites_Edit_Site&quot;&gt;Documentation on Editing Sites&lt;/a&gt;') . '&lt;/p&gt;' .
</ins><span class="cx">                 '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</span><span class="cx">         );
</span><span class="cx"> } else {
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">                 '&lt;p&gt;' . __(&quot;Clicking on Add Site, after filling out the address, title, and admin's email address, adds the site instantly to the network and this table. You may want to then click on the action link to edit options for that site.&quot;) . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
</span><del>-                '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Sites_SubPanel&quot;&gt;Sites Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</del><ins>+                '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Sites_SubPanel&quot;&gt;Documentation on Sites&lt;/a&gt;') . '&lt;/p&gt;' .
</ins><span class="cx">                 '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</span><span class="cx">         );
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkwpadminmsthemesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-themes.php (15130 => 15131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-themes.php        2010-06-03 18:58:41 UTC (rev 15130)
+++ trunk/wp-admin/ms-themes.php        2010-06-03 19:52:54 UTC (rev 15131)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">         '&lt;p&gt;' . __('If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site&amp;#8217;s Appearance &gt; Themes screen.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Themes can be enabled on a site by site basis by the network admin on the Edit Site screen you go to via the Edit action link on the Sites screen.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Themes_SubPanel&quot;&gt;Network Themes Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
-        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+        '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Themes_SubPanel&quot;&gt;Documentation on Network Themes&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> require_once( './admin-header.php' );
</span></span></pre>
</div>
</div>

</body>
</html>