<!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>[15054] trunk/wp-admin: Help whitespace/punctuation cleanup.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15054">15054</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-05-29 16:16:40 +0000 (Sat, 29 May 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Help whitespace/punctuation cleanup. props zeo, see <a href="http://trac.wordpress.org/ticket/13467">#13467</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmincustombackgroundphp">trunk/wp-admin/custom-background.php</a></li>
<li><a href="#trunkwpadmincustomheaderphp">trunk/wp-admin/custom-header.php</a></li>
<li><a href="#trunkwpadmineditcommentsphp">trunk/wp-admin/edit-comments.php</a></li>
<li><a href="#trunkwpadmineditformadvancedphp">trunk/wp-admin/edit-form-advanced.php</a></li>
<li><a href="#trunkwpadminedittagsphp">trunk/wp-admin/edit-tags.php</a></li>
<li><a href="#trunkwpadmineditphp">trunk/wp-admin/edit.php</a></li>
<li><a href="#trunkwpadminlinkmanagerphp">trunk/wp-admin/link-manager.php</a></li>
<li><a href="#trunkwpadminmsadminphp">trunk/wp-admin/ms-admin.php</a></li>
<li><a href="#trunkwpadminmssitesphp">trunk/wp-admin/ms-sites.php</a></li>
<li><a href="#trunkwpadminoptionspermalinkphp">trunk/wp-admin/options-permalink.php</a></li>
<li><a href="#trunkwpadminplugineditorphp">trunk/wp-admin/plugin-editor.php</a></li>
<li><a href="#trunkwpadminupdatecorephp">trunk/wp-admin/update-core.php</a></li>
<li><a href="#trunkwpadminuploadphp">trunk/wp-admin/upload.php</a></li>
<li><a href="#trunkwpadminusernewphp">trunk/wp-admin/user-new.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmincustombackgroundphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/custom-background.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/custom-background.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/custom-background.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -80,10 +80,10 @@
</span><span class="cx">          * @since 3.0.0
</span><span class="cx">          */
</span><span class="cx">         function admin_load() {
</span><del>-                add_contextual_help( $this-&gt;page, '&lt;p&gt;' . __( 'You can customize the look of your site without touching any of your theme&amp;#8217;s code by using a custom background. Your background can be an image or a color. ' ) . '&lt;/p&gt;' .
-                '&lt;p&gt;' . __( 'To use a background image, simply upload it, then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site. ' ) . '&lt;/p&gt;' .
-                '&lt;p&gt;' . __( 'You can also choose a background color. If you know the hexadecimal code for the color you want, enter it in the Color field. If not, click on the Select a Color link, and a color picker will allow you to choose the exact shade you want. ' ) . '&lt;/p&gt;' .
-                '&lt;p&gt;' . __( 'Don&amp;#8217;t forget to click on the Save Changes button when you are finished. ' ) . '&lt;/p&gt;' .
</del><ins>+                add_contextual_help( $this-&gt;page, '&lt;p&gt;' . __( 'You can customize the look of your site without touching any of your theme&amp;#8217;s code by using a custom background. Your background can be an image or a color.' ) . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __( 'To use a background image, simply upload it, then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.' ) . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __( 'You can also choose a background color. If you know the hexadecimal code for the color you want, enter it in the Color field. If not, click on the Select a Color link, and a color picker will allow you to choose the exact shade you want.' ) . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __( 'Don&amp;#8217;t forget to click on the Save Changes button when you are finished.' ) . '&lt;/p&gt;' .
</ins><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/&quot; target=&quot;_blank&quot;&gt;Documentation&lt;/a&gt;' ) . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;' . __( '&lt;a href=&quot;http://wordpress.org/support/&quot; target=&quot;_blank&quot;&gt;Support Forums&lt;/a&gt;' ) . '&lt;/p&gt;' );
</span></span></pre></div>
<a id="trunkwpadmincustomheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/custom-header.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/custom-header.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/custom-header.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -89,9 +89,9 @@
</span><span class="cx">          * @since 3.0.0
</span><span class="cx">          */
</span><span class="cx">         function help() {
</span><del>-                add_contextual_help( $this-&gt;page, '&lt;p&gt;' . __( 'You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately. ' ) . '&lt;/p&gt;' .
-                '&lt;p&gt;' . __( 'If you want to discard your custom header and go back to the default included in your theme, click on the buttons to remove the custom image and restore the original header image. ' ) . '&lt;/p&gt;' .
-                '&lt;p&gt;' . __( 'Some themes comes with additional header images bundled. If you see multiple images displayed, select the one you&amp;#8217;d like and click the Save Changes button. ' ) . '&lt;/p&gt;' .
</del><ins>+                add_contextual_help( $this-&gt;page, '&lt;p&gt;' . __( 'You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately.' ) . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __( 'If you want to discard your custom header and go back to the default included in your theme, click on the buttons to remove the custom image and restore the original header image.' ) . '&lt;/p&gt;' .
+                '&lt;p&gt;' . __( 'Some themes comes with additional header images bundled. If you see multiple images displayed, select the one you&amp;#8217;d like and click the Save Changes button.' ) . '&lt;/p&gt;' .
</ins><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/&quot; target=&quot;_blank&quot;&gt;Documentation&lt;/a&gt;' ) . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;' . __( '&lt;a href=&quot;http://wordpress.org/support/&quot; target=&quot;_blank&quot;&gt;Support Forums&lt;/a&gt;' ) . '&lt;/p&gt;' );
</span></span></pre></div>
<a id="trunkwpadmineditcommentsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-comments.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-comments.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/edit-comments.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx"> add_contextual_help( $current_screen, '&lt;p&gt;' . __('You can manage comments made on your site similar to the way you manage Posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('A yellow row means the comment is waiting for you to moderate it.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('In the Author column, in addition to the author&amp;#8217;s name, email address, and blog URL, the commenter&amp;#8217;s IP address is shown. Clicking on this link will show you all the comments made from this IP address.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('In the Comment column, above each comment it says &quot;Submitted on,&quot; followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site. ') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('In the Comment column, above each comment it says &quot;Submitted on,&quot; followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('In the In Response To column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The &quot;#&quot; permalink symbol below leads to that post on your live site. The small bubble with the number in it shows how many comments that post has received. If the bubble is gray, you have moderated all comments for that post. If it is blue, there are pending comments. Clicking the bubble will filter the comments screen to show only comments on that post.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;&lt;strong&gt;' . __( 'For more information:' ) . '&lt;/strong&gt;&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadmineditformadvancedphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-form-advanced.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-form-advanced.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/edit-form-advanced.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -174,7 +174,7 @@
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Featured Image&lt;/strong&gt; - This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the featured image as a post thumbnail on the home page, a custom header, etc.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Send Trackbacks&lt;/strong&gt; - Trackbacks are a way to notify legacy blog systems that you’ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they&amp;#8217;ll be notified automatically using pingbacks, and this field is unnecessary.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Discussion&lt;/strong&gt; - You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . sprintf(__('You can also create posts with the &lt;a href=&quot;%s&quot;&gt;Press This bookmarklet.&lt;/a&gt;'), 'tools.php') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . sprintf(__('You can also create posts with the &lt;a href=&quot;%s&quot;&gt;Press This bookmarklet&lt;/a&gt;.'), 'options-writing.php') . '&lt;/p&gt;' .
</ins><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/Writing_Posts&quot;&gt;Writing Posts Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</span></span></pre></div>
<a id="trunkwpadminedittagsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-tags.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-tags.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/edit-tags.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx">         $help .= '&lt;ul&gt;' .
</span><span class="cx">                 '&lt;li&gt;' . __('&lt;strong&gt;Name&lt;/strong&gt; - The name is how it appears on your site.') . '&lt;/li&gt;';
</span><span class="cx">         if ( ! global_terms_enabled() )
</span><del>-                $help .= '&lt;li&gt;' . __('&lt;strong&gt;Slug&lt;/strong&gt; - The  &amp;#8220;slug&amp;#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.') . '&lt;/li&gt;';
</del><ins>+                $help .= '&lt;li&gt;' . __('&lt;strong&gt;Slug&lt;/strong&gt; - The &amp;#8220;slug&amp;#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.') . '&lt;/li&gt;';
</ins><span class="cx"> 
</span><span class="cx">         if ( 'category' == $taxonomy )
</span><span class="cx">                 $help .= '&lt;li&gt;' . __('&lt;strong&gt;Parent&lt;/strong&gt; - Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.') . '&lt;/li&gt;';
</span><span class="lines">@@ -441,4 +441,4 @@
</span><span class="cx"> 
</span><span class="cx"> include('./admin-footer.php');
</span><span class="cx"> 
</span><del>-?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+?&gt;
</ins></span></pre></div>
<a id="trunkwpadmineditphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/edit.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx"> } elseif ( 'page' == $post_type ) {
</span><span class="cx">         add_contextual_help($current_screen,
</span><span class="cx">         '&lt;p&gt;' . __('Pages are similar to to Posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest Pages under other Pages by making one the &quot;Parent&quot; of the other, creating a group of Pages.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way. ') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('You can also perform the same types of actions, including narrowing the list by using the filters, acting on a Page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple Pages at once.') . '&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/Pages_Edit_SubPanel&quot;&gt;Page Management Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminlinkmanagerphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/link-manager.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/link-manager.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/link-manager.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -45,10 +45,10 @@
</span><span class="cx"> $this_file = $parent_file = 'link-manager.php';
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help( $current_screen,
</span><del>-        '&lt;p&gt;' . sprintf(__('You can add links here to be displayed on your site, usually using &lt;a href=&quot;%s&quot;&gt;Widgets&lt;/a&gt;. By default, links to several sites in the WordPress community are included as examples'), 'widgets.php') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . sprintf(__('You can add links here to be displayed on your site, usually using &lt;a href=&quot;%s&quot;&gt;Widgets&lt;/a&gt;. By default, links to several sites in the WordPress community are included as examples.'), 'widgets.php') . '&lt;/p&gt;' .
</ins><span class="cx">     '&lt;p&gt;' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '&lt;/p&gt;' .
</span><span class="cx">     '&lt;p&gt;' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '&lt;/p&gt;' .
</span><del>-    '&lt;p&gt;' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet. ') . '&lt;/p&gt;' .
</del><ins>+    '&lt;p&gt;' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '&lt;/p&gt;' .
</ins><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/Links_Edit_SubPanel&quot;&gt;Link Management Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</span></span></pre></div>
<a id="trunkwpadminmsadminphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-admin.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-admin.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/ms-admin.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen, 
</span><span class="cx">         '&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;' .
</span><del>-        '&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;' .
</del><ins>+        '&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;' .
</ins><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><span class="cx">         '&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;' .
</span></span></pre></div>
<a id="trunkwpadminmssitesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-sites.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-sites.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/ms-sites.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx">                 '&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;' .
</span><span class="cx">                 '&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;' .
</span><span class="cx">                 '&lt;p&gt;' . __('Hovering over each site reveals seven options (only three for the primary or originating site for the network):') . '&lt;/p&gt;' .
</span><del>-                '&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;' .
</del><ins>+                '&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;' .
</ins><span class="cx">                 '&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;' .
</span><span class="cx">                 '&lt;li&gt;' . __('Delete which is a permanent action after the confirmations screen.') . '&lt;/li&gt;' .
</span><span class="cx">                 '&lt;li&gt;' . __('Visit to go to the frontend site live.') . '&lt;/li&gt;&lt;/ul&gt;' .
</span></span></pre></div>
<a id="trunkwpadminoptionspermalinkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-permalink.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-permalink.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/options-permalink.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">         '&lt;p&gt;' . __('If you pick an option other than Default, your general URL path with structure tags, terms surrounded by %, will also appear in the custom structure field and your path can be further modified there.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes %category% or %tag%.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Note that permalinks beginning with structure tags calling Category, Tag, Author, or Postname require more advanced server resources. Double-check your hosting details to make sure those are in place or start your permalinks with other structure tags.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('The Optional fields lets you have add a base name that will appear in archive URLs intead of &amp;#8220;category&amp;#8221; or &amp;#8220;tag.&amp;#8221; For example, the page listing all posts in the category &amp;#8220;uncategorized&amp;#8221; could be /topics/uncategorized instead of category/uncategorized.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('The Optional fields lets you have add a base name that will appear in archive URLs intead of &amp;#8220;category&amp;#8221; or &amp;#8220;tag.&amp;#8221; For example, the page listing all posts in the category &amp;#8220;uncategorized&amp;#8221; could be /topics/uncategorized instead of /category/uncategorized.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '&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/Settings_Permalinks_SubPanel&quot;&gt;Permalinks Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminplugineditorphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/plugin-editor.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/plugin-editor.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/plugin-editor.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -108,9 +108,9 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         add_contextual_help($current_screen,
</span><del>-                '&lt;p&gt;' . __('You can use the editor to make changes to any of your plugins&amp;#8217; individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations. ') . '&lt;/p&gt;' .
</del><ins>+                '&lt;p&gt;' . __('You can use the editor to make changes to any of your plugins&amp;#8217; individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.') . '&lt;/p&gt;' .
</ins><span class="cx">                 '&lt;p&gt;' . __('Choose a plugin to edit from the menu in the upper right and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don&amp;#8217;t forget to save your changes (Update File) when you&amp;#8217;re finished.') . '&lt;/p&gt;' .
</span><del>-                '&lt;p&gt;' . __('The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Lookup takes you to a web page about that particular function. ') . '&lt;/p&gt;' .
</del><ins>+                '&lt;p&gt;' . __('The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Lookup takes you to a web page about that particular function.') . '&lt;/p&gt;' .
</ins><span class="cx">                 '&lt;p&gt;' . __('If you want to make changes but don&amp;#8217;t want them to be overwritten when the plugin is updated, you may be ready to think about writing your own plugin. For information on how to edit a plugin or start from scratch, check out the links below.') . '&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/Plugins_Editor_SubPanel&quot;&gt;Documentation on Editing Plugins&lt;/a&gt;') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminupdatecorephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/update-core.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/update-core.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/update-core.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -383,7 +383,7 @@
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen,
</span><span class="cx">         '&lt;p&gt;' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification. It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available. ') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('To upgrade themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '&lt;/p&gt;'
</span><span class="cx"> );
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminuploadphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/upload.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/upload.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/upload.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -166,7 +166,7 @@
</span><span class="cx"> add_contextual_help( $current_screen,
</span><span class="cx">         '&lt;p&gt;' . __('All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the &lt;em&gt;Screen Options&lt;/em&gt; tab to customize the display of this screen.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('You can narrow the list by file type/status using the text link filters at the top of the screen. You also can refine the list by date using the dropdown menu above the media table.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('Hovering over a row reveals action links: &lt;em&gt;Edit&lt;/em&gt;, &lt;em&gt;Delete Permanently&lt;/em&gt;, and &lt;em&gt;View&lt;/em&gt;. Clicking &lt;em&gt;Edit&lt;/em&gt; or on the media file&amp;#8217;s name displays a simple screen to edit that individual file&amp;#8217;s metadata. Clicking &lt;em&gt;Delete Permanently&lt;/em&gt; will delete the file from the media library (as well as from any posts to which it is currently attached). &lt;em&gt;View&lt;/em&gt; will take you to the display page for that file. ') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('Hovering over a row reveals action links: &lt;em&gt;Edit&lt;/em&gt;, &lt;em&gt;Delete Permanently&lt;/em&gt;, and &lt;em&gt;View&lt;/em&gt;. Clicking &lt;em&gt;Edit&lt;/em&gt; or on the media file&amp;#8217;s name displays a simple screen to edit that individual file&amp;#8217;s metadata. Clicking &lt;em&gt;Delete Permanently&lt;/em&gt; will delete the file from the media library (as well as from any posts to which it is currently attached). &lt;em&gt;View&lt;/em&gt; will take you to the display page for that file.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('If a media file has not been attached to any post, you will see that in the &lt;em&gt;Attached To&lt;/em&gt; column, and can click on &lt;em&gt;Attach File&lt;/em&gt; to launch a small popup that will allow you to search for a post and attach the file.') . '&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/Media_Library_SubPanel&quot;&gt;Media Library Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminusernewphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/user-new.php (15053 => 15054)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/user-new.php        2010-05-29 15:32:43 UTC (rev 15053)
+++ trunk/wp-admin/user-new.php        2010-05-29 16:16:40 UTC (rev 15054)
</span><span class="lines">@@ -111,10 +111,10 @@
</span><span class="cx"> add_contextual_help($current_screen, 
</span><span class="cx">     '&lt;p&gt;' . __('To add a new user to your site, fill in the form on this screen. If you&amp;#8217;re not sure which role to assign, you can use the link below to review the different roles and their capabilities. Here is a basic overview of roles:') . '&lt;/p&gt;' . 
</span><span class="cx">     '&lt;ul&gt;' . 
</span><del>-        '&lt;li&gt;' . __('Administrators have access to all the administration features') . '&lt;/li&gt;' .
</del><ins>+        '&lt;li&gt;' . __('Administrators have access to all the administration features.') . '&lt;/li&gt;' .
</ins><span class="cx">         '&lt;li&gt;' . __('Editors can publish posts, manage posts as well as manage other people&amp;#8217;s posts, etc.')  . '&lt;/li&gt;' . 
</span><del>-        '&lt;li&gt;' . __('Authors can publish and manage their own posts') . '&lt;/li&gt;' .
-        '&lt;li&gt;' . __('Contributors can write and manage their posts but not publish posts or upload media files') . '&lt;/li&gt;' . 
</del><ins>+        '&lt;li&gt;' . __('Authors can publish and manage their own posts.') . '&lt;/li&gt;' .
+        '&lt;li&gt;' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '&lt;/li&gt;' . 
</ins><span class="cx">         '&lt;li&gt;' . __('Subscribers can read comments/comment/receive newsletters, etc.') . '&lt;/li&gt;' .  
</span><span class="cx">     '&lt;/ul&gt;' .
</span><span class="cx">     '&lt;p&gt;' . __('You must assign a password to the new user, but don&amp;#8217;t worry; when they log in for the first time they will be prompted to change it. The username, however, cannot be changed.') . '&lt;/p&gt;' .
</span></span></pre>
</div>
</div>

</body>
</html>