<!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" />
<title>[19511] trunk/wp-admin: Help tweaks for comments, media, edit.php, update-core.php.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/19511">19511</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2011-12-01 01:33:26 +0000 (Thu, 01 Dec 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Help tweaks for comments, media, edit.php, update-core.php. props jane, see <a href="http://core.trac.wordpress.org/ticket/19020">#19020</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmineditcommentsphp">trunk/wp-admin/edit-comments.php</a></li>
<li><a href="#trunkwpadmineditphp">trunk/wp-admin/edit.php</a></li>
<li><a href="#trunkwpadminmediauploadphp">trunk/wp-admin/media-upload.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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmineditcommentsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-comments.php (19510 => 19511)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-comments.php        2011-12-01 01:24:39 UTC (rev 19510)
+++ trunk/wp-admin/edit-comments.php        2011-12-01 01:33:26 UTC (rev 19511)
</span><span class="lines">@@ -112,14 +112,14 @@
</span><span class="cx"> add_screen_option( 'per_page', array('label' =&gt; _x( 'Comments', 'comments per page (screen options)' )) );
</span><span class="cx"> 
</span><span class="cx"> get_current_screen()-&gt;add_help_tab( array(
</span><del>-'id'                =&gt; 'managing-comments',
-'title'                =&gt; __('Managing Comments'),
</del><ins>+'id'                =&gt; 'overview',
+'title'                =&gt; __('Overview'),
</ins><span class="cx"> 'content'        =&gt; 
</span><span class="cx">         '&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"> ) );
</span><span class="cx"> get_current_screen()-&gt;add_help_tab( array(
</span><del>-'id'                =&gt; 'comments-table',
-'title'                =&gt; __('Comments Table'),
</del><ins>+'id'                =&gt; 'moderating-comments',
+'title'                =&gt; __('Moderating Comments'),
</ins><span class="cx"> 'content'        =&gt; 
</span><span class="cx">         '&lt;ul&gt;' .
</span><span class="cx">                 '&lt;li&gt;' . __( 'A yellow row means the comment is waiting for you to moderate it.' ) . '&lt;/li&gt;' .
</span></span></pre></div>
<a id="trunkwpadmineditphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit.php (19510 => 19511)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit.php        2011-12-01 01:24:39 UTC (rev 19510)
+++ trunk/wp-admin/edit.php        2011-12-01 01:33:26 UTC (rev 19511)
</span><span class="lines">@@ -149,12 +149,17 @@
</span><span class="cx"> $title = $post_type_object-&gt;labels-&gt;name;
</span><span class="cx"> 
</span><span class="cx"> if ( 'post' == $post_type ) {
</span><del>-
</del><span class="cx">         get_current_screen()-&gt;add_help_tab( array(
</span><del>-        'id'                =&gt; 'layout',
-        'title'                =&gt; __('Layout'),
</del><ins>+        'id'                =&gt; 'overview',
+        'title'                =&gt; __('Overview'),
</ins><span class="cx">         'content'        =&gt; 
</span><del>-                '&lt;p&gt;' . __('You can customize the display of this screen in a number of ways:') . '&lt;/p&gt;' .
</del><ins>+                '&lt;p&gt;' . __('This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.') . '&lt;/p&gt;'
+        ) );
+        get_current_screen()-&gt;add_help_tab( array(
+        'id'                =&gt; 'screen-content',
+        'title'                =&gt; __('Screen Content'),
+        'content'        =&gt; 
+                '&lt;p&gt;' . __('You can customize the display of this screen&amp;#8217;s contents in a number of ways:') . '&lt;/p&gt;' .
</ins><span class="cx">                 '&lt;ul&gt;' .
</span><span class="cx">                         '&lt;li&gt;' . __('You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.') . '&lt;/li&gt;' .
</span><span class="cx">                         '&lt;li&gt;' . __('You can filter the list of posts by post status using the text links in the upper left to show All, Published, Draft, or Trashed posts. The default view is to show all posts.') . '&lt;/li&gt;' .
</span><span class="lines">@@ -164,7 +169,7 @@
</span><span class="cx">         ) );
</span><span class="cx">         get_current_screen()-&gt;add_help_tab( array(
</span><span class="cx">         'id'                =&gt; 'action-links',
</span><del>-        'title'                =&gt; __('Action Links'),
</del><ins>+        'title'                =&gt; __('Available Actions'),
</ins><span class="cx">         'content'        =&gt;         
</span><span class="cx">                 '&lt;p&gt;' . __('Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:') . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;ul&gt;' .
</span><span class="lines">@@ -175,10 +180,11 @@
</span><span class="cx">                 '&lt;/ul&gt;' 
</span><span class="cx">         ) );
</span><span class="cx">         get_current_screen()-&gt;add_help_tab( array(
</span><del>-        'id'                =&gt; 'edit-multiple-posts',
-        'title'                =&gt; __('Edit Multiple Posts'),
</del><ins>+        'id'                =&gt; 'bulk-actions',
+        'title'                =&gt; __('Bulk Actions'),
</ins><span class="cx">         'content'        =&gt; 
</span><del>-                '&lt;p&gt;' . __('You can also edit multiple posts at once. Select the posts you want to edit using the checkboxes, select Edit from the Bulk Actions menu and click Apply. You will be able to change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.') . '&lt;/p&gt;'
</del><ins>+                '&lt;p&gt;' . __('You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.') . '&lt;/p&gt;' .
+                                '&lt;p&gt;' . __('When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.') . '&lt;/p&gt;'
</ins><span class="cx">         ) );
</span><span class="cx"> 
</span><span class="cx">         get_current_screen()-&gt;set_help_sidebar(
</span></span></pre></div>
<a id="trunkwpadminmediauploadphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/media-upload.php (19510 => 19511)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/media-upload.php        2011-12-01 01:24:39 UTC (rev 19510)
+++ trunk/wp-admin/media-upload.php        2011-12-01 01:33:26 UTC (rev 19511)
</span><span class="lines">@@ -61,16 +61,10 @@
</span><span class="cx">         $title = __('Upload New Media');
</span><span class="cx">         $parent_file = 'upload.php';
</span><span class="cx">         get_current_screen()-&gt;add_help_tab( array(
</span><del>-        'id'                =&gt; 'adding-media',
-        'title'                =&gt; __('Adding Media'),
</del><ins>+        'id'                =&gt; 'overview',
+        'title'                =&gt; __('Overview'),
</ins><span class="cx">         'content'        =&gt;
</span><del>-                '&lt;p&gt;' . __('You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share.') . '&lt;/p&gt;'
-        ) );
-        get_current_screen()-&gt;add_help_tab( array(
-        'id'                =&gt; 'editing-new-media',
-        'title'                =&gt; __('Editing New Media'),
-        'content'        =&gt;
-                '&lt;p&gt;' . __('There are three options for uploading files:') .  
</del><ins>+                '&lt;p&gt;' . __('You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files:') . '&lt;/p&gt;' .
</ins><span class="cx">                 '&lt;ul&gt;' .
</span><span class="cx">                         '&lt;li&gt;' . __('&lt;strong&gt;Drag and drop&lt;/strong&gt; your files into the area below. Multiple files are allowed.') . '&lt;/li&gt;' .
</span><span class="cx">                         '&lt;li&gt;' . __('&lt;strong&gt;Select Files&lt;/strong&gt; will open the multi-file uploader, or you can use the &lt;strong&gt;Browser Uploader&lt;/strong&gt;.') . '&lt;/li&gt;' .
</span></span></pre></div>
<a id="trunkwpadminupdatecorephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/update-core.php (19510 => 19511)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/update-core.php        2011-12-01 01:24:39 UTC (rev 19510)
+++ trunk/wp-admin/update-core.php        2011-12-01 01:33:26 UTC (rev 19511)
</span><span class="lines">@@ -427,11 +427,19 @@
</span><span class="cx"> 'id'                =&gt; 'overview',
</span><span class="cx"> 'title'                =&gt; __('Overview'),
</span><span class="cx"> 'content'        =&gt;         
</span><del>-        '&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;' .
</del><ins>+        '&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.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('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;'
+) );
+
+get_current_screen()-&gt;add_help_tab( array(
+'id'                =&gt; 'how-to-update',
+'title'                =&gt; __('How to Update'),
+'content'        =&gt;         
</ins><span class="cx">         '&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;' .
</span><span class="cx">         '&lt;p&gt;' . __('To update 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><ins>+
</ins><span class="cx"> get_current_screen()-&gt;set_help_sidebar(
</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/Dashboard_Updates_Screen&quot; target=&quot;_blank&quot;&gt;Documentation on Updating WordPress&lt;/a&gt;') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminuploadphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/upload.php (19510 => 19511)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/upload.php        2011-12-01 01:24:39 UTC (rev 19510)
+++ trunk/wp-admin/upload.php        2011-12-01 01:33:26 UTC (rev 19511)
</span><span class="lines">@@ -154,13 +154,13 @@
</span><span class="cx"> ) );
</span><span class="cx"> get_current_screen()-&gt;add_help_tab( array(
</span><span class="cx"> 'id'                =&gt; 'actions-links',
</span><del>-'title'                =&gt; __('Action Links'),
</del><ins>+'title'                =&gt; __('Available Actions'),
</ins><span class="cx"> 'content'        =&gt;
</span><span class="cx">         '&lt;p&gt;' . __( 'Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file&amp;#8217;s name displays a simple screen to edit that individual file&amp;#8217;s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file.' ) . '&lt;/p&gt;'
</span><span class="cx"> ) );
</span><span class="cx"> get_current_screen()-&gt;add_help_tab( array(
</span><del>-'id'                =&gt; 'attach-media-files',
-'title'                =&gt; __('Attach Media Files'),
</del><ins>+'id'                =&gt; 'attaching-files',
+'title'                =&gt; __('Attaching Files'),
</ins><span class="cx"> 'content'        =&gt;
</span><span class="cx">         '&lt;p&gt;' . __( 'If a media file has not been attached to any post, you will see that in the Attached To column, and can click on Attach File 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"> ) );
</span></span></pre>
</div>
</div>

</body>
</html>