<!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>[15094] trunk/wp-admin: Entities cleanup for help.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15094">15094</a></dd>
<dt>Author</dt> <dd>ryan</dd>
<dt>Date</dt> <dd>2010-06-01 17:44:38 +0000 (Tue, 01 Jun 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Entities cleanup for help. Props zeo. see <a href="http://trac.wordpress.org/ticket/13467">#13467</a></pre>

<h3>Modified Paths</h3>
<ul>
<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="#trunkwpadmineditphp">trunk/wp-admin/edit.php</a></li>
<li><a href="#trunkwpadminmysitesphp">trunk/wp-admin/my-sites.php</a></li>
<li><a href="#trunkwpadminoptionsprivacyphp">trunk/wp-admin/options-privacy.php</a></li>
<li><a href="#trunkwpadminthemeinstallphp">trunk/wp-admin/theme-install.php</a></li>
<li><a href="#trunkwpadminthemesphp">trunk/wp-admin/themes.php</a></li>
<li><a href="#trunkwpadminuploadphp">trunk/wp-admin/upload.php</a></li>
<li><a href="#trunkwpadminusereditphp">trunk/wp-admin/user-edit.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 (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-comments.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/edit-comments.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -108,8 +108,8 @@
</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;' .
-        '&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;' .
</del><ins>+        '&lt;p&gt;' . __('In the Comment column, above each comment it says &amp;#8220;Submitted on,&amp;#8221; 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;' .
+        '&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 &amp;#8220;#&amp;#8221; 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;' .
</ins><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 class="cx">         '&lt;p&gt;' . __( '&lt;a href=&quot;http://codex.wordpress.org/Administration_Panels#Comments&quot;&gt;Comments Documentation&lt;/a&gt;' ) . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadmineditformadvancedphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-form-advanced.php (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-form-advanced.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/edit-form-advanced.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -172,7 +172,7 @@
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Post editor&lt;/strong&gt; - Enter the text for your post. There are two modes of editing: Visual and HTML. Choose the mode by clicking on the appropriate tab. Visual mode gives you a WYSIWYG editor. Click the last icon in the row to get a second row of controls. The HTML mode allows you to enter raw HTML along with your post text. You can insert media files by clicking the icons above the post editor and following the directions.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Publish&lt;/strong&gt; - You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.') . '&lt;/p&gt;' .
</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><del>-        '&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;' .
</del><ins>+        '&lt;p&gt;' . __('&lt;strong&gt;Send Trackbacks&lt;/strong&gt; - Trackbacks are a way to notify legacy blog systems that you&amp;#8217;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;' .
</ins><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><span class="cx">         '&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;' .
</span><span class="cx">         '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
</span><span class="lines">@@ -180,7 +180,7 @@
</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 class="cx">         );
</span><span class="cx"> } elseif ( 'page' == $post_type ) {
</span><del>-        add_contextual_help($current_screen, '&lt;p&gt;' . __('Pages are similar 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;' .
</del><ins>+        add_contextual_help($current_screen, '&lt;p&gt;' . __('Pages are similar 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 &amp;#8220;Parent&amp;#8221; of the other, creating a group of Pages.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen Options tab, and expanding/collapsing boxes as you choose. The Page editor mostly works the same Post editor, but there are some Page-specific features in the Page Attributes box:') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Parent&lt;/strong&gt; - 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 many levels you can nest pages.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Template&lt;/strong&gt; - Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you&amp;#8217;ll see them in this dropdown menu.') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadmineditphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit.php (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/edit.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -179,7 +179,7 @@
</span><span class="cx">         );
</span><span class="cx"> } elseif ( 'page' == $post_type ) {
</span><span class="cx">         add_contextual_help($current_screen,
</span><del>-        '&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;' .
</del><ins>+        '&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 &amp;#8220;Parent&amp;#8221; of the other, creating a group of Pages.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way.') . '&lt;/p&gt;' .
</span><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></pre></div>
<a id="trunkwpadminmysitesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/my-sites.php (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/my-sites.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/my-sites.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen, 
</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><del>-        '&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;' .
</del><ins>+        '&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;' .
</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/Dashboard_My_Sites_SubPanel&quot;&gt;My Sites 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="trunkwpadminoptionsprivacyphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-privacy.php (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-privacy.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/options-privacy.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen, 
</span><span class="cx">         '&lt;p&gt;' . __('You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the second option here. Note that your privacy is not complete; your site is still visible on the web.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('When this setting is in effect a reminder is shown in the header of these administration screens that says, &quot;Search Engines Blocked,&quot; to remind you that your site is not being crawled.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('When this setting is in effect a reminder is shown in the header of these administration screens that says, &amp;#8220;Search Engines Blocked,&amp;#8221; to remind you that your site is not being crawled.') . '&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_Privacy_SubPanel&quot;&gt;Privacy Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminthemeinstallphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/theme-install.php (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/theme-install.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/theme-install.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> 
</span><span class="cx"> $help = '&lt;p&gt;' . __('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the WordPress.org theme repository. These themes are designed and developed by third parties, are available free of charge, and are licensed under the GNU General Public License, version 2, just like WordPress.') . '&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.') . '&lt;/p&gt;';
</span><del>-$help .= '&lt;p&gt;' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme&amp;#8217;s folder via FTP into your wp-content/themes directory.') . '&lt;/p&gt;';
</del><ins>+$help .= '&lt;p&gt;' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme&amp;#8217;s folder via FTP into your &lt;code&gt;/wp-content/themes&lt;/code&gt; directory.') . '&lt;/p&gt;';
</ins><span class="cx"> $help .= '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Using_Themes#Adding_New_Themes&quot;&gt;Documentation on Using Themes&lt;/a&gt;') . '&lt;/p&gt;';
</span><span class="cx"> $help .= '&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="trunkwpadminthemesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/themes.php (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/themes.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/themes.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> $help = '&lt;p&gt;' . __('Aside from the default theme included with your WordPress installation, themes are designed and developed by third parties.') . '&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;' . __('You can see your active theme at the top of the screen. Below are the other themes you have installed that are not currently in use. You can see what your site would look like with one of these themes by clicking the Preview link. To change themes, click the Activate link.') . '&lt;/p&gt;';
</span><span class="cx"> if ( current_user_can('install_themes') )
</span><del>-        $help .= '&lt;p&gt;' . sprintf(__('If you would like to see more themes to choose from, click on the &quot;Install Themes&quot; tab and you will be able to browse or search for additional themes from the &lt;a href=&quot;%s&quot;&gt;WordPress.org theme repository&lt;/a&gt;. Themes in the WordPress.org theme repository are designed and developed by third parties, and are licensed under the GNU General Public License, version 2, just like WordPress. Oh, and they&amp;#8217;re free!'), 'http://wordpress.org/extend/themes/') . '&lt;/p&gt;';
</del><ins>+        $help .= '&lt;p&gt;' . sprintf(__('If you would like to see more themes to choose from, click on the &amp;#8220;Install Themes&amp;#8221; tab and you will be able to browse or search for additional themes from the &lt;a href=&quot;%s&quot;&gt;WordPress.org theme repository&lt;/a&gt;. Themes in the WordPress.org theme repository are designed and developed by third parties, and are licensed under the GNU General Public License, version 2, just like WordPress. Oh, and they&amp;#8217;re free!'), 'http://wordpress.org/extend/themes/') . '&lt;/p&gt;';
</ins><span class="cx">         
</span><span class="cx"> $help .= '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Using_Themes&quot;&gt;Documentation on Using Themes&lt;/a&gt;') . '&lt;/p&gt;';
</span></span></pre></div>
<a id="trunkwpadminuploadphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/upload.php (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/upload.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/upload.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx"> wp_enqueue_script('media');
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help( $current_screen,
</span><del>-        '&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;' .
</del><ins>+        '&lt;p&gt;' . __('All the files you&amp;#8217;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;' .
</ins><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><span class="cx">         '&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;' .
</span><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></pre></div>
<a id="trunkwpadminusereditphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/user-edit.php (15093 => 15094)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/user-edit.php        2010-06-01 17:29:42 UTC (rev 15093)
+++ trunk/wp-admin/user-edit.php        2010-06-01 17:44:38 UTC (rev 15094)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> 
</span><span class="cx"> // contextual help - choose Help on the top right of admin panel to preview this.
</span><span class="cx"> add_contextual_help($current_screen,
</span><del>-    '&lt;p&gt;' . __('Your profile contains information about you (your &quot;account&quot;) as well as some personal options related to using WordPress.') . '&lt;/p&gt;' .
</del><ins>+    '&lt;p&gt;' . __('Your profile contains information about you (your &amp;#8220;account&amp;#8221;) as well as some personal options related to using WordPress.') . '&lt;/p&gt;' .
</ins><span class="cx">     '&lt;p&gt;' . __('You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things.') . '&lt;/p&gt;' . 
</span><span class="cx">     '&lt;p&gt;' . __('Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.') . '&lt;/p&gt;' .
</span><span class="cx">     '&lt;p&gt;' . __('Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.') . '&lt;/p&gt;' .
</span></span></pre>
</div>
</div>

</body>
</html>