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

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/17014">17014</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-12-17 03:32:46 +0000 (Fri, 17 Dec 2010)</dd>
</dl>

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

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminedittagsphp">trunk/wp-admin/edit-tags.php</a></li>
<li><a href="#trunkwpadminmysitesphp">trunk/wp-admin/my-sites.php</a></li>
<li><a href="#trunkwpadminnavmenusphp">trunk/wp-admin/nav-menus.php</a></li>
<li><a href="#trunkwpadminnetworkphp">trunk/wp-admin/network.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminedittagsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-tags.php (17013 => 17014)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-tags.php        2010-12-17 00:38:15 UTC (rev 17013)
+++ trunk/wp-admin/edit-tags.php        2010-12-17 03:32:46 UTC (rev 17014)
</span><span class="lines">@@ -160,27 +160,27 @@
</span><span class="cx"> if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $taxonomy  ) {
</span><span class="cx">         $help ='';
</span><span class="cx">         if ( 'category' == $taxonomy )
</span><del>-                $help .= '&lt;p&gt;' . sprintf(__( 'You can use categories to define sections of your site and group related posts. The default category is &amp;#8220;Uncategorized&amp;#8221; until you change it in your &lt;a href=&quot;%s&quot;&gt;writing settings&lt;/a&gt;.' ) , 'options-writing.php' ) . '&lt;/p&gt;';
-        elseif ( 'link_category' == $taxonomy ) 
-                $help .= '&lt;p&gt;' . __( 'You can create groups of links by using link categories. Link category names must be unique and link categories are separate from the categories you use for posts.' ) . '&lt;/p&gt;';
</del><ins>+                $help = '&lt;p&gt;' . sprintf(__( 'You can use categories to define sections of your site and group related posts. The default category is &amp;#8220;Uncategorized&amp;#8221; until you change it in your &lt;a href=&quot;%s&quot;&gt;writing settings&lt;/a&gt;.' ) , 'options-writing.php' ) . '&lt;/p&gt;';
+        elseif ( 'link_category' == $taxonomy )
+                $help = '&lt;p&gt;' . __( 'You can create groups of links by using link categories. Link category names must be unique and link categories are separate from the categories you use for posts.' ) . '&lt;/p&gt;';
</ins><span class="cx">         else
</span><del>-                $help .= '&lt;p&gt;' . __( 'You can assign keywords to your posts using Post Tags. Unlike categories, tags have no hierarchy, meaning there&amp;#8217;s no relationship from one tag to another.' ) . '&lt;/p&gt;';
-                
-        if ( 'link_category' == $taxonomy ) 
</del><ins>+                $help = '&lt;p&gt;' . __( 'You can assign keywords to your posts using Post Tags. Unlike categories, tags have no hierarchy, meaning there&amp;#8217;s no relationship from one tag to another.' ) . '&lt;/p&gt;';
+
+        if ( 'link_category' == $taxonomy )
</ins><span class="cx">                 $help .= '&lt;p&gt;' . __( 'You can delete link categories in the Bulk Action pulldown, but that action does not delete the links within the category. Instead, it moves them to the default link category.' ) . '&lt;/p&gt;';
</span><span class="cx">         else
</span><span class="cx">                 $help .='&lt;p&gt;' . __( 'What&amp;#8217;s the difference between categories and tags? Normally, tags are ad-hoc keywords that identify important information in your post (names, subjects, etc) that may or may not recur in other posts, while categories are pre-determined sections. If you think of your site like a book, the categories are like the Table of Contents and the tags are like the terms in the index.' ) . '&lt;/p&gt;';
</span><span class="cx"> 
</span><span class="cx">         if ( 'category' == $taxonomy )
</span><span class="cx">                 $help .= '&lt;p&gt;' . __( 'When adding a new category on this screen, you&amp;#8217;ll fill in the following fields:' ) . '&lt;/p&gt;';
</span><del>-        elseif ( 'post_tag' == $taxonomy ) 
</del><ins>+        elseif ( 'post_tag' == $taxonomy )
</ins><span class="cx">                 $help .= '&lt;p&gt;' . __( 'When adding a new tag on this screen, you&amp;#8217;ll fill in the following fields:' ) . '&lt;/p&gt;';
</span><span class="cx"> 
</span><span class="cx">         if ( 'category' == $taxonomy || 'post_tag' == $taxonomy  )
</span><span class="cx"> 
</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><del>-        
</del><ins>+
</ins><span class="cx">         if ( ! global_terms_enabled()  )
</span><span class="cx">         if ( 'category' == $taxonomy || 'post_tag' == $taxonomy  )
</span><span class="cx">                 $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;';
</span></span></pre></div>
<a id="trunkwpadminmysitesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/my-sites.php (17013 => 17014)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/my-sites.php        2010-12-17 00:38:15 UTC (rev 17013)
+++ trunk/wp-admin/my-sites.php        2010-12-17 03:32:46 UTC (rev 17014)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">         '&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;' .
</span><span class="cx">         '&lt;p&gt;' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPress MU (multi-user).') . '&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/Dashboard_My_Sites_SubPanel&quot; target=&quot;_blank&quot;&gt;My Sites Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Dashboard_My_Sites_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on My Sites&lt;/a&gt;') . '&lt;/p&gt;' .
</ins><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 class="cx"> );
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminnavmenusphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/nav-menus.php (17013 => 17014)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/nav-menus.php        2010-12-17 00:38:15 UTC (rev 17013)
+++ trunk/wp-admin/nav-menus.php        2010-12-17 03:32:46 UTC (rev 17014)
</span><span class="lines">@@ -453,7 +453,7 @@
</span><span class="cx"> $help .= '&lt;p&gt;' . __('You can create custom menus for your site. These menus may contain links to pages, categories, custom links or other content types (use the Screen Options tab to decide which ones to show on the screen). You can specify a different navigation label for a menu item as well as other attributes. You can create multiple menus. If your theme includes more than one menu, you can choose which custom menu to associate with each. You can also use custom menus in conjunction with the Custom Menus widget.') . '&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;' . __('To create a new custom menu, click on the + tab, give the menu a name, and click Create Menu. Next, add menu items from the appropriate boxes. You&amp;#8217;ll be able to edit the information for each menu item, and can drag and drop to put them in order. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy. Drop the item into its new nested placement when the dotted rectangle target shifts over, also a little to the right. Don&amp;#8217;t forget to click Save when you&amp;#8217;re finished.') . '&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;';
</span><del>-$help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Appearance_Menus_SubPanel&quot; target=&quot;_blank&quot;&gt;Menus Documentation&lt;/a&gt;') . '&lt;/p&gt;';
</del><ins>+$help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Appearance_Menus_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on Menus&lt;/a&gt;') . '&lt;/p&gt;';
</ins><span class="cx"> $help .= '&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 class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen, $help);
</span></span></pre></div>
<a id="trunkwpadminnetworkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/network.php (17013 => 17014)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/network.php        2010-12-17 00:38:15 UTC (rev 17013)
+++ trunk/wp-admin/network.php        2010-12-17 03:32:46 UTC (rev 17014)
</span><span class="lines">@@ -111,8 +111,8 @@
</span><span class="cx">         '&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;' .
</span><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 soon 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><del>-        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Create_A_Network&quot; target=&quot;_blank&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; target=&quot;_blank&quot;&gt;Tools &gt; Network Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</del><ins>+        '&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;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Tools_Network_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on the Network Screen&lt;/a&gt;') . '&lt;/p&gt;' .
</ins><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 class="cx"> );
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>