<!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>[12228] trunk/wp-admin: Some admin copy improvements fixes.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/12228">12228</a></dd>
<dt>Author</dt> <dd>westi</dd>
<dt>Date</dt> <dd>2009-11-19 22:16:16 +0000 (Thu, 19 Nov 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Some admin copy improvements fixes. <a href="http://trac.wordpress.org/ticket/6362">#6362</a> props xenlab and ninjaWR.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmincategoriesphp">trunk/wp-admin/categories.php</a></li>
<li><a href="#trunkwpadmineditcategoryformphp">trunk/wp-admin/edit-category-form.php</a></li>
<li><a href="#trunkwpadmineditlinkcategoriesphp">trunk/wp-admin/edit-link-categories.php</a></li>
<li><a href="#trunkwpadmineditlinkcategoryformphp">trunk/wp-admin/edit-link-category-form.php</a></li>
<li><a href="#trunkwpadminedittagformphp">trunk/wp-admin/edit-tag-form.php</a></li>
<li><a href="#trunkwpadminedittagsphp">trunk/wp-admin/edit-tags.php</a></li>
<li><a href="#trunkwpadminincludesmetaboxesphp">trunk/wp-admin/includes/meta-boxes.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmincategoriesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/categories.php (12227 => 12228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/categories.php        2009-11-19 22:04:53 UTC (rev 12227)
+++ trunk/wp-admin/categories.php        2009-11-19 22:16:16 UTC (rev 12228)
</span><span class="lines">@@ -280,7 +280,7 @@
</span><span class="cx"> &lt;div class=&quot;form-field&quot;&gt;
</span><span class="cx">         &lt;label for=&quot;category_description&quot;&gt;&lt;?php _e('Description') ?&gt;&lt;/label&gt;
</span><span class="cx">         &lt;textarea name=&quot;category_description&quot; id=&quot;category_description&quot; rows=&quot;5&quot; cols=&quot;40&quot;&gt;&lt;/textarea&gt;
</span><del>-    &lt;p&gt;&lt;?php _e('The description is not prominent by default, however some themes may show it.'); ?&gt;&lt;/p&gt;
</del><ins>+    &lt;p&gt;&lt;?php _e('The description is not prominent by default; however, some themes may show it.'); ?&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; class=&quot;button&quot; name=&quot;submit&quot; value=&quot;&lt;?php esc_attr_e('Add Category'); ?&gt;&quot; /&gt;&lt;/p&gt;
</span></span></pre></div>
<a id="trunkwpadmineditcategoryformphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-category-form.php (12227 => 12228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-category-form.php        2009-11-19 22:04:53 UTC (rev 12227)
+++ trunk/wp-admin/edit-category-form.php        2009-11-19 22:16:16 UTC (rev 12228)
</span><span class="lines">@@ -57,7 +57,6 @@
</span><span class="cx">                 &lt;tr class=&quot;form-field form-required&quot;&gt;
</span><span class="cx">                         &lt;th scope=&quot;row&quot; valign=&quot;top&quot;&gt;&lt;label for=&quot;cat_name&quot;&gt;&lt;?php _e('Category Name') ?&gt;&lt;/label&gt;&lt;/th&gt;
</span><span class="cx">                         &lt;td&gt;&lt;input name=&quot;cat_name&quot; id=&quot;cat_name&quot; type=&quot;text&quot; value=&quot;&lt;?php echo esc_attr($category-&gt;name); ?&gt;&quot; size=&quot;40&quot; aria-required=&quot;true&quot; /&gt;&lt;br /&gt;
</span><del>-            &lt;span class=&quot;description&quot;&gt;&lt;?php _e('The name is used to identify the category almost everywhere, for example under the post or in the category widget.'); ?&gt;&lt;/span&gt;&lt;/td&gt;
</del><span class="cx">                 &lt;/tr&gt;
</span><span class="cx">                 &lt;tr class=&quot;form-field&quot;&gt;
</span><span class="cx">                         &lt;th scope=&quot;row&quot; valign=&quot;top&quot;&gt;&lt;label for=&quot;category_nicename&quot;&gt;&lt;?php _e('Category Slug') ?&gt;&lt;/label&gt;&lt;/th&gt;
</span><span class="lines">@@ -74,7 +73,7 @@
</span><span class="cx">                 &lt;tr class=&quot;form-field&quot;&gt;
</span><span class="cx">                         &lt;th scope=&quot;row&quot; valign=&quot;top&quot;&gt;&lt;label for=&quot;category_description&quot;&gt;&lt;?php _e('Description') ?&gt;&lt;/label&gt;&lt;/th&gt;
</span><span class="cx">                         &lt;td&gt;&lt;textarea name=&quot;category_description&quot; id=&quot;category_description&quot; rows=&quot;5&quot; cols=&quot;50&quot; style=&quot;width: 97%;&quot;&gt;&lt;?php echo esc_html($category-&gt;description); ?&gt;&lt;/textarea&gt;&lt;br /&gt;
</span><del>-            &lt;span class=&quot;description&quot;&gt;&lt;?php _e('The description is not prominent by default, however some themes may show it.'); ?&gt;&lt;/span&gt;&lt;/td&gt;
</del><ins>+            &lt;span class=&quot;description&quot;&gt;&lt;?php _e('The description is not prominent by default; however, some themes may show it.'); ?&gt;&lt;/span&gt;&lt;/td&gt;
</ins><span class="cx">                 &lt;/tr&gt;
</span><span class="cx">                 &lt;?php do_action('edit_category_form_fields', $category); ?&gt;
</span><span class="cx">         &lt;/table&gt;
</span></span></pre></div>
<a id="trunkwpadmineditlinkcategoriesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-link-categories.php (12227 => 12228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-link-categories.php        2009-11-19 22:04:53 UTC (rev 12227)
+++ trunk/wp-admin/edit-link-categories.php        2009-11-19 22:16:16 UTC (rev 12228)
</span><span class="lines">@@ -209,6 +209,7 @@
</span><span class="cx"> &lt;div class=&quot;form-field&quot;&gt;
</span><span class="cx">         &lt;label for=&quot;description&quot;&gt;&lt;?php _e('Description (optional)') ?&gt;&lt;/label&gt;
</span><span class="cx">         &lt;textarea name=&quot;description&quot; id=&quot;description&quot; rows=&quot;5&quot; cols=&quot;40&quot;&gt;&lt;/textarea&gt;
</span><ins>+        &lt;p&gt;&lt;?php _e('The description is not prominent by default; however, some themes may show it.'); ?&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; class=&quot;button&quot; name=&quot;submit&quot; value=&quot;&lt;?php esc_attr_e('Add Category'); ?&gt;&quot; /&gt;&lt;/p&gt;
</span></span></pre></div>
<a id="trunkwpadmineditlinkcategoryformphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-link-category-form.php (12227 => 12228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-link-category-form.php        2009-11-19 22:04:53 UTC (rev 12227)
+++ trunk/wp-admin/edit-link-category-form.php        2009-11-19 22:16:16 UTC (rev 12228)
</span><span class="lines">@@ -79,7 +79,8 @@
</span><span class="cx">                 &lt;/tr&gt;
</span><span class="cx">                 &lt;tr class=&quot;form-field&quot;&gt;
</span><span class="cx">                         &lt;th scope=&quot;row&quot; valign=&quot;top&quot;&gt;&lt;label for=&quot;description&quot;&gt;&lt;?php _e('Description (optional)') ?&gt;&lt;/label&gt;&lt;/th&gt;
</span><del>-                        &lt;td&gt;&lt;textarea name=&quot;description&quot; id=&quot;description&quot; rows=&quot;5&quot; cols=&quot;50&quot; style=&quot;width: 97%;&quot;&gt;&lt;?php echo $category-&gt;description; ?&gt;&lt;/textarea&gt;&lt;/td&gt;
</del><ins>+                        &lt;td&gt;&lt;textarea name=&quot;description&quot; id=&quot;description&quot; rows=&quot;5&quot; cols=&quot;50&quot; style=&quot;width: 97%;&quot;&gt;&lt;?php echo $category-&gt;description; ?&gt;&lt;/textarea&gt;&lt;br /&gt;
+                        &lt;span class=&quot;description&quot;&gt;&lt;?php _e('The description is not prominent by default; however, some themes may show it.'); ?&gt;&lt;/span&gt;&lt;/td&gt;
</ins><span class="cx">                 &lt;/tr&gt;
</span><span class="cx">                 &lt;?php do_action('edit_link_category_form_fields', $category); ?&gt;
</span><span class="cx">         &lt;/table&gt;
</span></span></pre></div>
<a id="trunkwpadminedittagformphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-tag-form.php (12227 => 12228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-tag-form.php        2009-11-19 22:04:53 UTC (rev 12227)
+++ trunk/wp-admin/edit-tag-form.php        2009-11-19 22:16:16 UTC (rev 12228)
</span><span class="lines">@@ -33,8 +33,7 @@
</span><span class="cx">         &lt;table class=&quot;form-table&quot;&gt;
</span><span class="cx">                 &lt;tr class=&quot;form-field form-required&quot;&gt;
</span><span class="cx">                         &lt;th scope=&quot;row&quot; valign=&quot;top&quot;&gt;&lt;label for=&quot;name&quot;&gt;&lt;?php _e('Tag name') ?&gt;&lt;/label&gt;&lt;/th&gt;
</span><del>-                        &lt;td&gt;&lt;input name=&quot;name&quot; id=&quot;name&quot; type=&quot;text&quot; value=&quot;&lt;?php if ( isset( $tag-&gt;name ) ) echo esc_attr($tag-&gt;name); ?&gt;&quot; size=&quot;40&quot; aria-required=&quot;true&quot; /&gt;
-            &lt;p class=&quot;description&quot;&gt;&lt;?php _e('The name is how the tag appears on your site.'); ?&gt;&lt;/p&gt;&lt;/td&gt;
</del><ins>+                        &lt;td&gt;&lt;input name=&quot;name&quot; id=&quot;name&quot; type=&quot;text&quot; value=&quot;&lt;?php if ( isset( $tag-&gt;name ) ) echo esc_attr($tag-&gt;name); ?&gt;&quot; size=&quot;40&quot; aria-required=&quot;true&quot; /&gt;&lt;/td&gt;
</ins><span class="cx">                 &lt;/tr&gt;
</span><span class="cx">                 &lt;tr class=&quot;form-field&quot;&gt;
</span><span class="cx">                         &lt;th scope=&quot;row&quot; valign=&quot;top&quot;&gt;&lt;label for=&quot;slug&quot;&gt;&lt;?php _e('Tag slug') ?&gt;&lt;/label&gt;&lt;/th&gt;
</span></span></pre></div>
<a id="trunkwpadminedittagsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-tags.php (12227 => 12228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-tags.php        2009-11-19 22:04:53 UTC (rev 12227)
+++ trunk/wp-admin/edit-tags.php        2009-11-19 22:16:16 UTC (rev 12228)
</span><span class="lines">@@ -295,7 +295,7 @@
</span><span class="cx"> &lt;div class=&quot;form-field&quot;&gt;
</span><span class="cx">         &lt;label for=&quot;description&quot;&gt;&lt;?php _e('Description') ?&gt;&lt;/label&gt;
</span><span class="cx">         &lt;textarea name=&quot;description&quot; id=&quot;description&quot; rows=&quot;5&quot; cols=&quot;40&quot;&gt;&lt;/textarea&gt;
</span><del>-    &lt;p&gt;&lt;?php _e('The description is not prominent by default, however some themes may show it.'); ?&gt;&lt;/p&gt;
</del><ins>+    &lt;p&gt;&lt;?php _e('The description is not prominent by default; however, some themes may show it.'); ?&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; class=&quot;button&quot; name=&quot;submit&quot; id=&quot;submit&quot; value=&quot;&lt;?php esc_attr_e('Add Tag'); ?&gt;&quot; /&gt;&lt;/p&gt;
</span></span></pre></div>
<a id="trunkwpadminincludesmetaboxesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/meta-boxes.php (12227 => 12228)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/meta-boxes.php        2009-11-19 22:04:53 UTC (rev 12227)
+++ trunk/wp-admin/includes/meta-boxes.php        2009-11-19 22:16:16 UTC (rev 12228)
</span><span class="lines">@@ -375,8 +375,8 @@
</span><span class="cx"> ?&gt;
</span><span class="cx"> &lt;input name=&quot;advanced_view&quot; type=&quot;hidden&quot; value=&quot;1&quot; /&gt;
</span><span class="cx"> &lt;p class=&quot;meta-options&quot;&gt;
</span><del>-        &lt;label for=&quot;comment_status&quot; class=&quot;selectit&quot;&gt; &lt;input name=&quot;comment_status&quot; type=&quot;checkbox&quot; id=&quot;comment_status&quot; value=&quot;open&quot; &lt;?php checked($post-&gt;comment_status, 'open'); ?&gt; /&gt; &lt;?php _e('Allow Comments') ?&gt;&lt;/label&gt;&lt;br /&gt;
-        &lt;label for=&quot;ping_status&quot; class=&quot;selectit&quot;&gt;&lt;input name=&quot;ping_status&quot; type=&quot;checkbox&quot; id=&quot;ping_status&quot; value=&quot;open&quot; &lt;?php checked($post-&gt;ping_status, 'open'); ?&gt; /&gt; &lt;?php _e('Allow &lt;a href=&quot;http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments&quot; target=&quot;_blank&quot;&gt;trackbacks and pingbacks&lt;/a&gt;') ?&gt;&lt;/label&gt;
</del><ins>+        &lt;label for=&quot;comment_status&quot; class=&quot;selectit&quot;&gt;&lt;input name=&quot;comment_status&quot; type=&quot;checkbox&quot; id=&quot;comment_status&quot; value=&quot;open&quot; &lt;?php checked($post-&gt;comment_status, 'open'); ?&gt; /&gt;&lt;?php _e('Allow Comments on this page.') ?&gt;&lt;/label&gt;&lt;br /&gt;
+        &lt;label for=&quot;ping_status&quot; class=&quot;selectit&quot;&gt;&lt;input name=&quot;ping_status&quot; type=&quot;checkbox&quot; id=&quot;ping_status&quot; value=&quot;open&quot; &lt;?php checked($post-&gt;ping_status, 'open'); ?&gt; /&gt;&lt;?php printf( __('Allow &lt;a href=&quot;%s&quot; target=&quot;_blank&quot;&gt;trackbacks and pingbacks&lt;/a&gt; on this page.'),_c('http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments','Url to codex article on Managing Comments')); ?&gt;&lt;/label&gt;
</ins><span class="cx"> &lt;/p&gt;
</span><span class="cx"> &lt;?php
</span><span class="cx"> }
</span><span class="lines">@@ -479,7 +479,7 @@
</span><span class="cx"> &lt;h5&gt;&lt;?php _e('Parent') ?&gt;&lt;/h5&gt;
</span><span class="cx"> &lt;label class=&quot;screen-reader-text&quot; for=&quot;parent_id&quot;&gt;&lt;?php _e('Page Parent') ?&gt;&lt;/label&gt;
</span><span class="cx"> &lt;?php wp_dropdown_pages(array('exclude_tree' =&gt; $post-&gt;ID, 'selected' =&gt; $post-&gt;post_parent, 'name' =&gt; 'parent_id', 'show_option_none' =&gt; __('Main Page (no parent)'), 'sort_column'=&gt; 'menu_order, post_title')); ?&gt;
</span><del>-&lt;p&gt;&lt;?php _e('You can arrange your pages in hierarchies, for example you could have an &amp;#8220;About&amp;#8221; page that has &amp;#8220;Life Story&amp;#8221; and &amp;#8220;My Dog&amp;#8221; pages under it. There are no limits to how deeply nested you can make pages.'); ?&gt;&lt;/p&gt;
</del><ins>+&lt;p&gt;&lt;?php _e('You can arrange your pages in hierarchies. For example, you could have an &amp;#8220;About&amp;#8221; page that has &amp;#8220;Life Story&amp;#8221; and &amp;#8220;My Dog&amp;#8221; pages under it. There are no limits to how deeply nested you can make pages.'); ?&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;?php
</span><span class="cx">         if ( 0 != count( get_page_templates() ) ) { ?&gt;
</span><span class="cx"> &lt;h5&gt;&lt;?php _e('Template') ?&gt;&lt;/h5&gt;
</span><span class="lines">@@ -492,7 +492,7 @@
</span><span class="cx">         } ?&gt;
</span><span class="cx"> &lt;h5&gt;&lt;?php _e('Order') ?&gt;&lt;/h5&gt;
</span><span class="cx"> &lt;p&gt;&lt;label class=&quot;screen-reader-text&quot; for=&quot;menu_order&quot;&gt;&lt;?php _e('Page Order') ?&gt;&lt;/label&gt;&lt;input name=&quot;menu_order&quot; type=&quot;text&quot; size=&quot;4&quot; id=&quot;menu_order&quot; value=&quot;&lt;?php echo esc_attr($post-&gt;menu_order) ?&gt;&quot; /&gt;&lt;/p&gt;
</span><del>-&lt;p&gt;&lt;?php _e('Pages are usually ordered alphabetically, but you can put a number above to change the order pages appear in. (We know this is a little janky, it&amp;#8217;ll be better in future releases.)'); ?&gt;&lt;/p&gt;
</del><ins>+&lt;p&gt;&lt;?php _e('Pages are usually ordered alphabetically, but you can put a number above to change the order pages appear in.'); ?&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;?php
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>