<!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>[15135] trunk/wp-admin: target=blank help fixes.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15135">15135</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-06-04 03:42:43 +0000 (Fri, 04 Jun 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>target=blank help fixes. props zeo, fixes <a href="http://trac.wordpress.org/ticket/13467">#13467</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmineditlinkformphp">trunk/wp-admin/edit-link-form.php</a></li>
<li><a href="#trunkwpadminedittagsphp">trunk/wp-admin/edit-tags.php</a></li>
<li><a href="#trunkwpadminexportphp">trunk/wp-admin/export.php</a></li>
<li><a href="#trunkwpadminimportphp">trunk/wp-admin/import.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="#trunkwpadminmsthemesphp">trunk/wp-admin/ms-themes.php</a></li>
<li><a href="#trunkwpadminplugininstallphp">trunk/wp-admin/plugin-install.php</a></li>
<li><a href="#trunkwpadminpluginsphp">trunk/wp-admin/plugins.php</a></li>
<li><a href="#trunkwpadminthemeeditorphp">trunk/wp-admin/theme-editor.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="#trunkwpadminusereditphp">trunk/wp-admin/user-edit.php</a></li>
<li><a href="#trunkwpadminusernewphp">trunk/wp-admin/user-new.php</a></li>
<li><a href="#trunkwpadminusersphp">trunk/wp-admin/users.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmineditlinkformphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-link-form.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-link-form.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/edit-link-form.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> add_contextual_help($current_screen,
</span><span class="cx">         '&lt;p&gt;' . __( 'You can add or edit links on this screen by entering information in each of the boxes. Only the link&amp;#8217;s web address and name (the text you want to display on your site as the link) are required fields.' ) . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __( 'The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don&amp;#8217;t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.' ) . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __( 'XFN stands for &lt;a href=&quot;http://gmpg.org/xfn/&quot;&gt;XHTML Friends Network&lt;/a&gt;, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __( 'XFN stands for &lt;a href=&quot;http://gmpg.org/xfn/&quot; target=&quot;_blank&quot;&gt;XHTML Friends Network&lt;/a&gt;, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '&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_Add_New_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on Creating Links&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="trunkwpadminedittagsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-tags.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-tags.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/edit-tags.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -191,11 +191,11 @@
</span><span class="cx">                 '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;';
</span><span class="cx"> 
</span><span class="cx">         if ( 'category' == $taxonomy )
</span><del>-                $help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Manage_Categories_SubPanel&quot;&gt;Categories Documentation&lt;/a&gt;') . '&lt;/p&gt;';
</del><ins>+                $help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Manage_Categories_SubPanel&quot; target=&quot;_blank&quot;&gt;Categories Documentation&lt;/a&gt;') . '&lt;/p&gt;';
</ins><span class="cx">         else
</span><del>-                $help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Post_Tags_SubPanel&quot;&gt;Tags Documentation&lt;/a&gt;') . '&lt;/p&gt;';
</del><ins>+                $help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Post_Tags_SubPanel&quot; target=&quot;_blank&quot;&gt;Tags Documentation&lt;/a&gt;') . '&lt;/p&gt;';
</ins><span class="cx"> 
</span><del>-        $help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;';
</del><ins>+        $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;';
</ins><span class="cx"> 
</span><span class="cx">         add_contextual_help($current_screen, $help);
</span><span class="cx">         unset($help);
</span></span></pre></div>
<a id="trunkwpadminexportphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/export.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/export.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/export.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">         '&lt;p&gt;' . __('You can export a file of your site&amp;#8217;s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can set filters to have the WXR file only include a certain date, author, category, tag, all posts or all pages, certain publishing statuses.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '&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/Tools_Export_SubPanel&quot;&gt;Export Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
-        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Tools_Export_SubPanel&quot; target=&quot;_blank&quot;&gt;Export Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&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;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> if ( isset( $_GET['download'] ) ) {
</span></span></pre></div>
<a id="trunkwpadminimportphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/import.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/import.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/import.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">         '&lt;p&gt;' . __('This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('In previous versions of WordPress, all the importers were built-in, but they have been turned into plugins as of version 3.0 since most people only use them once or infrequently.') . '&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/Tools_Import_SubPanel&quot;&gt;Import Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
-        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Tools_Import_SubPanel&quot; target=&quot;_blank&quot;&gt;Import Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&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;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> $popular_importers = array();
</span></span></pre></div>
<a id="trunkwpadminmsadminphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-admin.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-admin.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/ms-admin.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -24,8 +24,8 @@
</span><span class="cx">         '&lt;li&gt;' . __('Blogs are now called Sites; Site is now called Network.') . '&lt;/li&gt;&lt;/ul&gt;' .
</span><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><del>-        '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Super_Admin_Menu&quot;&gt;Documentation on Super Admin Menu&lt;/a&gt;') . '&lt;/p&gt;' .
-        '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Super_Admin_Menu&quot; target=&quot;_blank&quot;&gt;Documentation on Super Admin Menu&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&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;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> require_once( './admin-header.php' );
</span></span></pre></div>
<a id="trunkwpadminmssitesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-sites.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-sites.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/ms-sites.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -23,8 +23,8 @@
</span><span class="cx">                 '&lt;p&gt;' . __('This extensive list of options has five modules: Site Info, Site Options, allowing Site Themes for this given site, changing user roles and passwords for that site, adding a new user, and Miscellaneous Site Actions (upload size limits).') . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;' . __('Note that some fields in Site Options are grayed out and say Serialized Data. These are stored values in the database which you cannot change from here.') . '&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 target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Sites_Edit_Site&quot;&gt;Documentation on Editing Sites&lt;/a&gt;') . '&lt;/p&gt;' .
-                '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+                '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Sites_Edit_Site&quot; target=&quot;_blank&quot;&gt;Documentation on Editing Sites&lt;/a&gt;') . '&lt;/p&gt;' .
+                '&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;'
</ins><span class="cx">         );
</span><span class="cx"> } else {
</span><span class="cx">         add_contextual_help($current_screen,
</span><span class="lines">@@ -41,8 +41,8 @@
</span><span class="cx">                 '&lt;p&gt;' . __(&quot;Clicking on Add Site, after filling out the address, title, and admin's email address, adds the site instantly to the network and this table. You may want to then click on the action link to edit options for that site.&quot;) . '&lt;/p&gt;' .
</span><span class="cx">                 '&lt;p&gt;' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '&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 target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Sites_SubPanel&quot;&gt;Documentation on Sites&lt;/a&gt;') . '&lt;/p&gt;' .
-                '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+                '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Sites_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on Sites&lt;/a&gt;') . '&lt;/p&gt;' .
+                '&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;'
</ins><span class="cx">         );
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminmsthemesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/ms-themes.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/ms-themes.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/ms-themes.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">         '&lt;p&gt;' . __('If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site&amp;#8217;s Appearance &gt; Themes screen.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('Themes can be enabled on a site by site basis by the network admin on the Edit Site screen you go to via the Edit action link on the Sites screen.') . '&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 target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Super_Admin_Themes_SubPanel&quot;&gt;Documentation on Network Themes&lt;/a&gt;') . '&lt;/p&gt;' .
-        '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Super_Admin_Themes_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on Network Themes&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&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;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> require_once( './admin-header.php' );
</span></span></pre></div>
<a id="trunkwpadminplugininstallphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/plugin-install.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/plugin-install.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/plugin-install.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> do_action('install_plugins_pre_' . $tab); //Used to override the general interface, Eg, install or plugin information.
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen,
</span><del>-        '&lt;p&gt;' . sprintf(__('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from WordPress core by thousands of developers all over the world. All plugins in the official &lt;a href=&quot;%s&quot;&gt;WordPress.org Plugin Directory&lt;/a&gt; are compatible with the WordPress GPL v2 license. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.'), 'http://wordpress.org/extend/plugins/') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . sprintf(__('Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from WordPress core by thousands of developers all over the world. All plugins in the official &lt;a href=&quot;%s&quot; target=&quot;_blank&quot;&gt;WordPress.org Plugin Directory&lt;/a&gt; are compatible with the WordPress GPL v2 license. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.'), 'http://wordpress.org/extend/plugins/') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('If you know what you&amp;#8217;re looking for, Search is your best bet. The Search screen has options to search the WordPress.org Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting a popular tags. Tags in larger type mean more plugins have been labeled with that tag.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('If you just want to get an idea of what&amp;#8217;s available, you can browse Featured, Popular, Newest, and Recently Updated plugins by using the links in the upper left of the screen. These sections rotate regularly.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('If you want to install a plugin that you&amp;#8217;ve downloaded elsewhere, click Upload in the upper left. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminpluginsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/plugins.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/plugins.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/plugins.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -307,7 +307,7 @@
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen,
</span><span class="cx">         '&lt;p&gt;' . __('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . sprintf(__('You can find additional plugins for your site by using the &lt;a href=&quot;%1$s&quot;&gt;Plugin Browser/Installer&lt;/a&gt; functionality or by browsing the &lt;a href=&quot;%2$s&quot;&gt;WordPress Plugin Directory&lt;/a&gt; directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your &lt;code&gt;/wp-content/plugins&lt;/code&gt; directory. Once a plugin has been installed, you can activate it here.'), 'plugin-install.php', 'http://wordpress.org/extend/plugins/') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . sprintf(__('You can find additional plugins for your site by using the &lt;a href=&quot;%1$s&quot;&gt;Plugin Browser/Installer&lt;/a&gt; functionality or by browsing the &lt;a href=&quot;%2$s&quot; target=&quot;_blank&quot;&gt;WordPress Plugin Directory&lt;/a&gt; directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your &lt;code&gt;/wp-content/plugins&lt;/code&gt; directory. Once a plugin has been installed, you can activate it here.'), 'plugin-install.php', 'http://wordpress.org/extend/plugins/') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin&amp;#8217;s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . sprintf( __('If something goes wrong with a plugin and you can&amp;#8217;t use WordPress, delete or rename that file in the &lt;code&gt;%s&lt;/code&gt; directory and it will be automatically deactivated.'), WP_PLUGIN_DIR) . '&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="trunkwpadminthemeeditorphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/theme-editor.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/theme-editor.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/theme-editor.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx"> $help .= '&lt;p&gt;' . __('For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Lookup takes you to a web page with reference material about that particular function.') . '&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;' . __('After typing in your edits, click Update File.') . '&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;' . __('&lt;strong&gt;Advice:&lt;/strong&gt; think very carefully about your site crashing if you are live-editing the theme currently in use.') . '&lt;/p&gt;';
</span><del>-$help .= '&lt;p&gt;' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a &lt;a href=&quot;http://codex.wordpress.org/Child_Themes&quot;&gt;child theme&lt;/a&gt; instead.') . '&lt;/p&gt;';
</del><ins>+$help .= '&lt;p&gt;' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a &lt;a href=&quot;http://codex.wordpress.org/Child_Themes&quot; target=&quot;_blank&quot;&gt;child theme&lt;/a&gt; instead.') . '&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/Theme_Development&quot; target=&quot;_blank&quot;&gt;Documentation on Theme Development&lt;/a&gt;') . '&lt;/p&gt;';
</span><span class="cx"> $help .= '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Using_Themes&quot; target=&quot;_blank&quot;&gt;Documentation on Using Themes&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 (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/theme-install.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/theme-install.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> 
</span><span class="cx"> do_action('install_themes_pre_' . $tab); //Used to override the general interface, Eg, install or theme information.
</span><span class="cx"> 
</span><del>-$help = '&lt;p&gt;' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the &lt;a href=&quot;%s&quot;&gt;WordPress.org Theme Directory&lt;/a&gt;. 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.'), 'http://wordpress.org/extend/themes/') . '&lt;/p&gt;';
</del><ins>+$help = '&lt;p&gt;' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the &lt;a href=&quot;%s&quot; target=&quot;_blank&quot;&gt;WordPress.org Theme Directory&lt;/a&gt;. 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.'), 'http://wordpress.org/extend/themes/') . '&lt;/p&gt;';
</ins><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><span class="cx"> $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;';
</span><span class="cx"> $help .= '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;';
</span></span></pre></div>
<a id="trunkwpadminthemesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/themes.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/themes.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/themes.php        2010-06-04 03:42:43 UTC (rev 15135)
</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 &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 Directory&lt;/a&gt;. Themes in the WordPress.org Theme Directory 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; target=&quot;_blank&quot;&gt;WordPress.org Theme Directory&lt;/a&gt;. Themes in the WordPress.org Theme Directory 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; target=&quot;_blank&quot;&gt;Documentation on Using Themes&lt;/a&gt;') . '&lt;/p&gt;';
</span></span></pre></div>
<a id="trunkwpadminusereditphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/user-edit.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/user-edit.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/user-edit.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -41,8 +41,8 @@
</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 class="cx">     '&lt;p&gt;' . __('Remember to click the Update Profile button when you are finished.') . '&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 target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Users_Your_Profile_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on User Profiles&lt;/a&gt;') . '&lt;/p&gt;' .
-    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot; target=&quot;_blank&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+    '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Users_Your_Profile_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on User Profiles&lt;/a&gt;') . '&lt;/p&gt;' .
+    '&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;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminusernewphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/user-new.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/user-new.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/user-new.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -121,8 +121,8 @@
</span><span class="cx">     '&lt;p&gt;' . __('New users will receive an email letting them know they&amp;#8217;ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you do not the password to be included in the welcome email.') . '&lt;/p&gt;' .
</span><span class="cx">     '&lt;p&gt;' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '&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 target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Users_Add_New_SubPanel&quot;&gt;Documentation on Adding New Users&lt;/a&gt;') . '&lt;/p&gt;' .
-    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+    '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Users_Add_New_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on Adding New Users&lt;/a&gt;') . '&lt;/p&gt;' .
+    '&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;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> wp_enqueue_script('wp-ajax-response');
</span></span></pre></div>
<a id="trunkwpadminusersphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/users.php (15134 => 15135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/users.php        2010-06-03 23:44:26 UTC (rev 15134)
+++ trunk/wp-admin/users.php        2010-06-04 03:42:43 UTC (rev 15135)
</span><span class="lines">@@ -24,9 +24,9 @@
</span><span class="cx">     '&lt;p&gt;' . __('You can customize the display of information on this screen as you can on other screens, by using the Screen Options tab and the on-screen filters.') . '&lt;/p&gt;' .
</span><span class="cx">     '&lt;p&gt;' . __('To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.') . '&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 target=&quot;_blank&quot; href=http://codex.wordpress.org/Users_Authors_and_Users_SubPanel&quot;&gt;Documentation on Authors and Users&lt;/a&gt;') . '&lt;/p&gt;' .
-    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Roles_and_Capabilities&quot;&gt;Roles and Capabilities Descriptions&lt;/a&gt;') . '&lt;/p&gt;' .
-    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
</del><ins>+    '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Users_Authors_and_Users_SubPanel&quot; target=&quot;_blank&quot;&gt;Documentation on Authors and Users&lt;/a&gt;') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Roles_and_Capabilities&quot; target=&quot;_blank&quot;&gt;Roles and Capabilities Descriptions&lt;/a&gt;') . '&lt;/p&gt;' .
+    '&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;'
</ins><span class="cx"> );
</span><span class="cx"> 
</span><span class="cx"> $update = $doaction = '';
</span></span></pre>
</div>
</div>

</body>
</html>