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

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15004">15004</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-05-27 21:20:23 +0000 (Thu, 27 May 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Help for multisite. props andrea_r, dougwrites, duck_. see <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>
<li><a href="#trunkwpadminmsupgradenetworkphp">trunk/wp-admin/ms-upgrade-network.php</a></li>
<li><a href="#trunkwpadminmsusersphp">trunk/wp-admin/ms-users.php</a></li>
<li><a href="#trunkwpadminmysitesphp">trunk/wp-admin/my-sites.php</a></li>
<li><a href="#trunkwpadminnetworkphp">trunk/wp-admin/network.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 (15003 => 15004)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-admin.php        2010-05-27 20:41:36 UTC (rev 15003)
+++ trunk/wp-admin/ms-admin.php        2010-05-27 21:20:23 UTC (rev 15004)
</span><span class="lines">@@ -18,6 +18,16 @@
</span><span class="cx"> $title = __( 'Network Admin' );
</span><span class="cx"> $parent_file = 'ms-admin.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('Until WordPress 3.0, running multiple sites required using WordPress MU instead of regular WordPress. In version 3.0, these applications have merged. If you are a former MU user, you should be aware of the following changes:') . '&lt;/p&gt;' .
+        '&lt;ul&gt;&lt;li&gt;' . __('Site Admin is now Super Admin (we highly encourage you to get yourself a cape!)') . '&lt;/li&gt;' .
+        '&lt;li&gt;' . __('Blogs are now called Sites; Site is now called Network') . '&lt;/li&gt;&lt;/ul&gt;' .
+        '&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;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&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;'
+);
+
</ins><span class="cx"> require_once( './admin-header.php' );
</span><span class="cx"> 
</span><span class="cx"> $c_users = get_user_count();
</span></span></pre></div>
<a id="trunkwpadminmsoptionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-options.php (15003 => 15004)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-options.php        2010-05-27 20:41:36 UTC (rev 15003)
+++ trunk/wp-admin/ms-options.php        2010-05-27 21:20:23 UTC (rev 15004)
</span><span class="lines">@@ -18,6 +18,21 @@
</span><span class="cx"> $title = __( 'Network Options' );
</span><span class="cx"> $parent_file = 'ms-admin.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&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;' .
+        '&lt;p&gt;' . __('Operational settings has fields for the network&amp;#8217;s name, admin email, and whether global terms will be disabled (the default) or maintained across all sites on the network.') . '&lt;/p&gt;' .
+        '&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;' .
+        '&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;' .
+        '&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;' .
+        '&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;' .
+        '&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;' .
+        '&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;' .
+        '&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;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Options_SubPanel&quot;&gt;Network Options 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;'
+);
+
</ins><span class="cx"> include( './admin-header.php' );
</span><span class="cx"> 
</span><span class="cx"> if (isset($_GET['updated'])) {
</span></span></pre></div>
<a id="trunkwpadminmssitesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-sites.php (15003 => 15004)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-sites.php        2010-05-27 20:41:36 UTC (rev 15003)
+++ trunk/wp-admin/ms-sites.php        2010-05-27 21:20:23 UTC (rev 15004)
</span><span class="lines">@@ -18,6 +18,35 @@
</span><span class="cx"> $title = __( 'Sites' );
</span><span class="cx"> $parent_file = 'ms-admin.php';
</span><span class="cx"> 
</span><ins>+if ( isset( $_GET['action'] ) &amp;&amp; 'editblog' == $_GET['action'] ) {
+        add_contextual_help($current_screen, 
+                '&lt;p&gt;' . __('The network admin arrives at this screen to make choices for a given site by clicking on the Edit link on the Sites screen available to them in the Super Admin navigation menu.') . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __('This extensive list of options has five modules: Site Info, Site Options, allowing Site Themes for this given site, changing the Site User(s) roles and passwords for that site, Adding a new user, and Miscellaneous Site Actions (upload size limits).') . '&lt;/p&gt;' .
+                '&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;' .
+                '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+                '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Sites_Edit_Site&quot;&gt;Site Editing 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;'
+        );
+} else {
+        add_contextual_help($current_screen, 
+                '&lt;p&gt;' . __('Add New takes you farther down on this same page. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.') . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __('This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.') . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __('Hovering over each site reveals seven options (only three for the primary or originating site for the network):') . '&lt;/p&gt;' .
+                '&lt;ul&gt;&lt;li&gt;' . __('an Edit link to a separate Edit Site screen') . '&lt;/li&gt;' .
+                '&lt;li&gt;' . __('Backend means the Dashboard for that site') . '&lt;/li&gt;' .
+                '&lt;li&gt;' . __('Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later by hover links attached to those sites in this table.') . '&lt;/li&gt;' .
+                '&lt;li&gt;' . __('Delete which is a permanent action after the confirmations screen.') . '&lt;/li&gt;' .
+                '&lt;li&gt;' . __('Visit to go the the frontend site live.') . '&lt;/li&gt;&lt;/ul&gt;' .
+                '&lt;p&gt;' . __('The site ID is used internally, and not shown on the front end of the site or to users/viewers.') . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __('Clicking on bold settings can re-sort this table. The upper right icons switch between list and excerpt views.') . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __('Clicking on Add Site after filling out the address, title, and email adds that new site instantly to the network and this table. You may want to then click on the hover link to edit options for that site.') . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __('Make sure you do not add slashes or dots when you fill in the new site name. If the admin email for the new site does not exist in the database, a new user will also be created.') . '&lt;/p&gt;' .
+                '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+                '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Sites_SubPanel&quot;&gt;Sites 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;'
+        );
+}
+
</ins><span class="cx"> wp_enqueue_script( 'admin-forms' );
</span><span class="cx"> 
</span><span class="cx"> require_once( './admin-header.php' );
</span></span></pre></div>
<a id="trunkwpadminmsthemesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-themes.php (15003 => 15004)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-themes.php        2010-05-27 20:41:36 UTC (rev 15003)
+++ trunk/wp-admin/ms-themes.php        2010-05-27 21:20:23 UTC (rev 15004)
</span><span class="lines">@@ -14,6 +14,16 @@
</span><span class="cx"> 
</span><span class="cx"> $title = __( 'Network Themes' );
</span><span class="cx"> $parent_file = 'ms-admin.php';
</span><ins>+
+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.') . '&lt;/p&gt;' .
+        '&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;' .
+        '&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 hover link on the Sites screen.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&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;'
+);
+
</ins><span class="cx"> require_once( './admin-header.php' );
</span><span class="cx"> 
</span><span class="cx"> if ( isset( $_GET['updated'] ) ) {
</span></span></pre></div>
<a id="trunkwpadminmsupgradenetworkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-upgrade-network.php (15003 => 15004)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-upgrade-network.php        2010-05-27 20:41:36 UTC (rev 15003)
+++ trunk/wp-admin/ms-upgrade-network.php        2010-05-27 21:20:23 UTC (rev 15004)
</span><span class="lines">@@ -16,6 +16,16 @@
</span><span class="cx"> 
</span><span class="cx"> $title = __( 'Update Network' );
</span><span class="cx"> $parent_file = 'ms-admin.php';
</span><ins>+
+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('Only use this screen once you have updated to a new version of WordPress through Dashboard &gt; Updates. Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database upgrades are applied.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('If a version update to core has not happened, clicking this button won&amp;#8217;t affect anything.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Update_SubPanel&quot;&gt;Update Network 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;'
+);
+
</ins><span class="cx"> require_once('admin-header.php');
</span><span class="cx"> 
</span><span class="cx"> if ( ! current_user_can( 'manage_network' ) )
</span></span></pre></div>
<a id="trunkwpadminmsusersphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-users.php (15003 => 15004)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-users.php        2010-05-27 20:41:36 UTC (rev 15003)
+++ trunk/wp-admin/ms-users.php        2010-05-27 21:20:23 UTC (rev 15004)
</span><span class="lines">@@ -18,6 +18,20 @@
</span><span class="cx"> $title = __( 'Users' );
</span><span class="cx"> $parent_file = 'ms-admin.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('This table shows all users across the network and the sites to which they are assigned.') . '&lt;/p&gt;' .
+        '&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;' .
+        '&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;' .
+        '&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;' .
+        '&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;' .
+        '&lt;p&gt;' . __('Add User will add that person to this table and send them an email.') . '&lt;/p&gt;' .
+        '&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;' .
+        '&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;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Users_SubPanel&quot;&gt;Network Users 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;'
+);
+
</ins><span class="cx"> wp_enqueue_script( 'admin-forms' );
</span><span class="cx"> 
</span><span class="cx"> require_once( './admin-header.php' );
</span></span></pre></div>
<a id="trunkwpadminmysitesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/my-sites.php (15003 => 15004)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/my-sites.php        2010-05-27 20:41:36 UTC (rev 15003)
+++ trunk/wp-admin/my-sites.php        2010-05-27 21:20:23 UTC (rev 15004)
</span><span class="lines">@@ -37,6 +37,15 @@
</span><span class="cx"> 
</span><span class="cx"> $title = __( 'My Sites' );
</span><span class="cx"> $parent_file = 'index.php';
</span><ins>+
+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. He or she can use the links under each site to visit either the frontend or the dashboard for that site.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPressMU (multiple user).') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Dashboard_My_Sites_SubPanel&quot;&gt;My Sites 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;'
+);
+
</ins><span class="cx"> require_once( './admin-header.php' );
</span><span class="cx"> 
</span><span class="cx"> if ( $updated ) { ?&gt;
</span></span></pre></div>
<a id="trunkwpadminnetworkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/network.php (15003 => 15004)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/network.php        2010-05-27 20:41:36 UTC (rev 15003)
+++ trunk/wp-admin/network.php        2010-05-27 21:20:23 UTC (rev 15004)
</span><span class="lines">@@ -87,8 +87,18 @@
</span><span class="cx"> $title = __( 'Create a Network of WordPress Sites' );
</span><span class="cx"> $parent_file = 'tools.php';
</span><span class="cx"> 
</span><del>-// @todo: Documentation?
-// add_contextual_help( $current_screen, ... );
</del><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('This screen allows you to configure a network as having subdomains (site1.example.com) or subdirectories (example.com/site1). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.') . '&lt;/p&gt;' .
+        '&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;' .
+        '&lt;p&gt;' . __('The next screen for Network 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;' .
+        '&lt;p&gt;' . __('Add a blogs.dir directory under /wp-content/ and add the designated lines of code to wp.config.php (just before /*...stop editing...*/) and .htaccess (replacing the existing text).') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('Refreshing your browser will take you to a screen with an archive of those added lines of code. A set of six links under Super Admin will appear at the top of the main left navigation menu. The multisite network is now enabled.') . '&lt;/p&gt;' .
+        '&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 soon in a future version.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Create_A_Network&quot;&gt;General Network Creation Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Tools_Network_SubPanel&quot;&gt;Tools &gt; Network 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;'
+);
</ins><span class="cx"> 
</span><span class="cx"> include( './admin-header.php' );
</span><span class="cx"> ?&gt;
</span></span></pre>
</div>
</div>

</body>
</html>