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

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15126">15126</a></dd>
<dt>Author</dt> <dd>ryan</dd>
<dt>Date</dt> <dd>2010-06-03 13:37:51 +0000 (Thu, 03 Jun 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Help text cleanup. Props zeo. fixes <a href="http://trac.wordpress.org/ticket/13467">#13467</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminindexphp">trunk/wp-admin/index.php</a></li>
<li><a href="#trunkwpadminmediauploadphp">trunk/wp-admin/media-upload.php</a></li>
<li><a href="#trunkwpadminnetworkphp">trunk/wp-admin/network.php</a></li>
<li><a href="#trunkwpadminoptionspermalinkphp">trunk/wp-admin/options-permalink.php</a></li>
<li><a href="#trunkwpadminoptionsreadingphp">trunk/wp-admin/options-reading.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="#trunkwpadminthemeinstallphp">trunk/wp-admin/theme-install.php</a></li>
<li><a href="#trunkwpadminthemesphp">trunk/wp-admin/themes.php</a></li>
<li><a href="#trunkwpadminwidgetsphp">trunk/wp-admin/widgets.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminindexphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/index.php (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/index.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/index.php        2010-06-03 13:37:51 UTC (rev 15126)
</span><span class="lines">@@ -35,8 +35,8 @@
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Incoming Links&lt;/strong&gt; - Shows links to your site found by Google Blog Search.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;QuickPress&lt;/strong&gt; - Allows you to create a new post and either publish it or save it as a draft.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('&lt;strong&gt;Recent Drafts&lt;/strong&gt; - Displays links to the 5 most recent draft posts you&amp;#8217;ve started.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('&lt;strong&gt;Other WordPress News&lt;/strong&gt; - Shows the feed from http://planet.wordpress.org. You can configure it to show a different feed of your choosing.') . '&lt;/p&gt;' .
-        '&lt;p&gt;' . __('&lt;strong&gt;Plugins&lt;/strong&gt; - Features the most popular, newest, and recently updated plugins from the WordPress.org plugin repository.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . sprintf(__('&lt;strong&gt;Other WordPress News&lt;/strong&gt; - Shows the feed from &lt;a href=&quot;%s&quot; target=&quot;_blank&quot;&gt;WordPress Planet&lt;/a&gt;. You can configure it to show a different feed of your choosing.'), 'http://planet.wordpress.org') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;strong&gt;Plugins&lt;/strong&gt; - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '&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_SubPanel&quot;&gt;Dashboard 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="trunkwpadminmediauploadphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/media-upload.php (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/media-upload.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/media-upload.php        2010-06-03 13:37:51 UTC (rev 15126)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> '&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;' .
</span><span class="cx">                 '&lt;p&gt;' . __('There are two options for uploading files: &lt;em&gt;Select Files&lt;/em&gt; will open the Flash-based uploader (multiple file upload allowed), or you can use the &lt;em&gt;Browser Uploader&lt;/em&gt;. Clicking &lt;em&gt;Select Files&lt;/em&gt; opens a navigation window showing you files in your operating system. Selecting &lt;em&gt;Open&lt;/em&gt; after clicking on the file you want activates a progress bar on the uploader screen. Basic image editing is available after upload is complete. Make sure you click &lt;em&gt;Save&lt;/em&gt; before leaving this 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 href=&quot;http://codex.wordpress.org/Media_Add_New_SubPanel&quot;&gt;Documentaion on Uploading Media Files&lt;/a&gt;') . '&lt;/p&gt;' .
</del><ins>+                '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Media_Add_New_SubPanel&quot;&gt;Documentation on Uploading Media Files&lt;/a&gt;') . '&lt;/p&gt;' .
</ins><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"> 
</span></span></pre></div>
<a id="trunkwpadminnetworkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/network.php (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/network.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/network.php        2010-06-03 13:37:51 UTC (rev 15126)
</span><span class="lines">@@ -90,10 +90,10 @@
</span><span class="cx"> $parent_file = 'tools.php';
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen,
</span><del>-        '&lt;p&gt;' . __('This screen allows you to configure a network as having subdomains (site1.example.com) or subdirectories (example.com/site1). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('This screen allows you to configure a network as having subdomains (&lt;code&gt;site1.example.com&lt;/code&gt;) or subdirectories (&lt;code&gt;example.com/site1&lt;/code&gt;). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your install. Fill out the network details, and click install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('The next screen for Network will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('Add a blogs.dir directory under /wp-content/ and add the designated lines of code to wp-config.php (just before /*...stop editing...*/) and .htaccess (replacing the existing WordPress rules).') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('Add a &lt;code&gt;blogs.dir&lt;/code&gt; directory under &lt;code&gt;/wp-content&lt;/code&gt; and add the designated lines of code to wp-config.php (just before &lt;code&gt;/*...stop editing...*/&lt;/code&gt;) and &lt;code&gt;.htaccess&lt;/code&gt; (replacing the existing WordPress rules).') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('Refreshing your browser will take you to a screen with an archive of those added lines of code. A set of six links under Super Admin will appear at the top of the main left navigation menu. The multisite network is now enabled.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;' . __('The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with &amp;#8220;/blog/&amp;#8221; from the main site. This disabling will be addressed soon in a future version.') . '&lt;/p&gt;' .
</span><span class="cx">         '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminoptionspermalinkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-permalink.php (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-permalink.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/options-permalink.php        2010-06-03 13:37:51 UTC (rev 15126)
</span><span class="lines">@@ -17,10 +17,10 @@
</span><span class="cx"> 
</span><span class="cx"> add_contextual_help($current_screen,
</span><span class="cx">         '&lt;p&gt;' . __('This screen provides some common options for your default permalinks URL structure.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('If you pick an option other than Default, your general URL path with structure tags, terms surrounded by %, will also appear in the custom structure field and your path can be further modified there.') . '&lt;/p&gt;' .
-        '&lt;p&gt;' . __('When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes %category% or %tag%.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('If you pick an option other than Default, your general URL path with structure tags, terms surrounded by &lt;code&gt;%&lt;/code&gt;, will also appear in the custom structure field and your path can be further modified there.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes &lt;code&gt;%category%&lt;/code&gt; or &lt;code&gt;%tag%&lt;/code&gt;.') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('Note that permalinks beginning with the category, tag, author or postname structure tags require more advanced server resources. Double-check your hosting details to make sure those are in place or start your permalinks with other structure tags.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('The Optional fields let you customize the &amp;#8220;category&amp;#8221; and &amp;#8220;tag&amp;#8221; base names that will appear in archive URLs. For example, the page listing all posts in the &amp;#8220;Uncategorized&amp;#8221; category could be /topics/uncategorized instead of /category/uncategorized.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . __('The Optional fields let you customize the &amp;#8220;category&amp;#8221; and &amp;#8220;tag&amp;#8221; base names that will appear in archive URLs. For example, the page listing all posts in the &amp;#8220;Uncategorized&amp;#8221; category could be &lt;code&gt;/topics/uncategorized&lt;/code&gt; instead of &lt;code&gt;/category/uncategorized&lt;/code&gt;.') . '&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_Permalinks_SubPanel&quot;&gt;Permalinks Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
</span></span></pre></div>
<a id="trunkwpadminoptionsreadingphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-reading.php (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-reading.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/options-reading.php        2010-06-03 13:37:51 UTC (rev 15126)
</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;' . __('This screen contains the settings that affect the display of your content.') . '&lt;/p&gt;' .
</span><del>-        '&lt;p&gt;' . __('You can choose what&amp;#8217;s displayed on the front page of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static home page, you first need to create two &lt;a href=&quot;post-new.php?post_type=page&quot;&gt;Pages&lt;/a&gt;. One will become the front page, and the other will be where your posts are displayed.') . '&lt;/p&gt;' .
</del><ins>+        '&lt;p&gt;' . sprintf(__('You can choose what&amp;#8217;s displayed on the front page of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static home page, you first need to create two &lt;a href=&quot;%s&quot;&gt;Pages&lt;/a&gt;. One will become the front page, and the other will be where your posts are displayed.'), 'post-new.php?post_type=page') . '&lt;/p&gt;' .
</ins><span class="cx">         '&lt;p&gt;' . __('You can also control the display of your content in RSS feeds, including the maximum numbers of posts to display, whether to show full text or a summary, and the character set encoding.') . '&lt;/p&gt;' .
</span><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></pre></div>
<a id="trunkwpadminplugininstallphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/plugin-install.php (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/plugin-install.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/plugin-install.php        2010-06-03 13:37:51 UTC (rev 15126)
</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;' . __('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;http://wordpress.org/extend/plugins/&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.') . '&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;&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 (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/plugins.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/plugins.php        2010-06-03 13:37:51 UTC (rev 15126)
</span><span class="lines">@@ -735,9 +735,9 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php
</span><span class="cx"> if ( 'mustuse' == $status )
</span><del>-        echo '&lt;div class=&quot;clear&quot;&gt;&lt;p&gt;' . __( 'Files in the &lt;code&gt;wp-content/mu-plugins&lt;/code&gt; directory are executed automatically.' ) . '&lt;/p&gt;';
</del><ins>+        echo '&lt;div class=&quot;clear&quot;&gt;&lt;p&gt;' . __( 'Files in the &lt;code&gt;/wp-content/mu-plugins&lt;/code&gt; directory are executed automatically.' ) . '&lt;/p&gt;';
</ins><span class="cx"> elseif ( 'dropins' == $status )
</span><del>-        echo '&lt;div class=&quot;clear&quot;&gt;&lt;p&gt;' . __( 'Drop-ins are advanced plugins in the &lt;code&gt;wp-content&lt;/code&gt; directory that replace WordPress functionality when present.' ) . '&lt;/p&gt;';
</del><ins>+        echo '&lt;div class=&quot;clear&quot;&gt;&lt;p&gt;' . __( 'Drop-ins are advanced plugins in the &lt;code&gt;/wp-content&lt;/code&gt; directory that replace WordPress functionality when present.' ) . '&lt;/p&gt;';
</ins><span class="cx"> 
</span><span class="cx"> if ( !empty( $plugins ) &amp;&amp; ( ! in_array( $status, array( 'mustuse', 'dropins' ) ) || $page_links ) ) :
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpadminthemeinstallphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/theme-install.php (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/theme-install.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/theme-install.php        2010-06-03 13:37:51 UTC (rev 15126)
</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;' . __('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;';
</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;&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 (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/themes.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/themes.php        2010-06-03 13:37:51 UTC (rev 15126)
</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 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 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;&gt;Documentation on Using Themes&lt;/a&gt;') . '&lt;/p&gt;';
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">         printf(__('%1$s %2$s by %3$s'), $ct-&gt;title, $ct-&gt;version, $ct-&gt;author) ; ?&gt;&lt;/h4&gt;
</span><span class="cx"> &lt;p class=&quot;theme-description&quot;&gt;&lt;?php echo $ct-&gt;description; ?&gt;&lt;/p&gt;
</span><span class="cx"> &lt;?php if ( current_user_can('edit_themes') &amp;&amp; $ct-&gt;parent_theme ) { ?&gt;
</span><del>-        &lt;p&gt;&lt;?php printf(__('The template files are located in &lt;code&gt;%2$s&lt;/code&gt;.  The stylesheet files are located in &lt;code&gt;%3$s&lt;/code&gt;.  &lt;strong&gt;%4$s&lt;/strong&gt; uses templates from &lt;strong&gt;%5$s&lt;/strong&gt;.  Changes made to the templates will affect both themes.'), $ct-&gt;title, str_replace( WP_CONTENT_DIR, '', $ct-&gt;template_dir ), str_replace( WP_CONTENT_DIR, '', $ct-&gt;stylesheet_dir ), $ct-&gt;title, $ct-&gt;parent_theme); ?&gt;&lt;/p&gt;
</del><ins>+        &lt;p&gt;&lt;?php printf(__('The template files are located in &lt;code&gt;%2$s&lt;/code&gt;. The stylesheet files are located in &lt;code&gt;%3$s&lt;/code&gt;. &lt;strong&gt;%4$s&lt;/strong&gt; uses templates from &lt;strong&gt;%5$s&lt;/strong&gt;. Changes made to the templates will affect both themes.'), $ct-&gt;title, str_replace( WP_CONTENT_DIR, '', $ct-&gt;template_dir ), str_replace( WP_CONTENT_DIR, '', $ct-&gt;stylesheet_dir ), $ct-&gt;title, $ct-&gt;parent_theme); ?&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;?php } else { ?&gt;
</span><span class="cx">         &lt;p&gt;&lt;?php printf(__('All of this theme&amp;#8217;s files are located in &lt;code&gt;%2$s&lt;/code&gt;.'), $ct-&gt;title, str_replace( WP_CONTENT_DIR, '', $ct-&gt;template_dir ), str_replace( WP_CONTENT_DIR, '', $ct-&gt;stylesheet_dir ) ); ?&gt;&lt;/p&gt;
</span><span class="cx"> &lt;?php } ?&gt;
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx"> &lt;span class='action-links'&gt;&lt;?php echo $actions ?&gt;&lt;/span&gt;
</span><span class="cx">         &lt;?php if ( current_user_can('edit_themes') &amp;&amp; $parent_theme ) {
</span><span class="cx">         /* translators: 1: theme title, 2:  template dir, 3: stylesheet_dir, 4: theme title, 5: parent_theme */ ?&gt;
</span><del>-        &lt;p&gt;&lt;?php printf(__('The template files are located in &lt;code&gt;%2$s&lt;/code&gt;.  The stylesheet files are located in &lt;code&gt;%3$s&lt;/code&gt;.  &lt;strong&gt;%4$s&lt;/strong&gt; uses templates from &lt;strong&gt;%5$s&lt;/strong&gt;.  Changes made to the templates will affect both themes.'), $title, str_replace( WP_CONTENT_DIR, '', $template_dir ), str_replace( WP_CONTENT_DIR, '', $stylesheet_dir ), $title, $parent_theme); ?&gt;&lt;/p&gt;
</del><ins>+        &lt;p&gt;&lt;?php printf(__('The template files are located in &lt;code&gt;%2$s&lt;/code&gt;. The stylesheet files are located in &lt;code&gt;%3$s&lt;/code&gt;. &lt;strong&gt;%4$s&lt;/strong&gt; uses templates from &lt;strong&gt;%5$s&lt;/strong&gt;. Changes made to the templates will affect both themes.'), $title, str_replace( WP_CONTENT_DIR, '', $template_dir ), str_replace( WP_CONTENT_DIR, '', $stylesheet_dir ), $title, $parent_theme); ?&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;?php } else { ?&gt;
</span><span class="cx">         &lt;p&gt;&lt;?php printf(__('All of this theme&amp;#8217;s files are located in &lt;code&gt;%2$s&lt;/code&gt;.'), $title, str_replace( WP_CONTENT_DIR, '', $template_dir ), str_replace( WP_CONTENT_DIR, '', $stylesheet_dir ) ); ?&gt;&lt;/p&gt;
</span><span class="cx"> &lt;?php } ?&gt;
</span><span class="lines">@@ -228,7 +228,7 @@
</span><span class="cx"> &lt;?php } else { ?&gt;
</span><span class="cx"> &lt;p&gt;&lt;?php
</span><span class="cx">         if ( current_user_can('install_themes') )
</span><del>-                _e('You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress.org theme repository at any time: just click on the &lt;em&gt;&lt;a href=&quot;theme-install.php&quot;&gt;Install Themes&lt;/a&gt;&lt;/em&gt; tab above.');
</del><ins>+                printf(__('You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress.org Theme Directory at any time: just click on the &lt;em&gt;&lt;a href=&quot;%s&quot;&gt;Install Themes&lt;/a&gt;&lt;/em&gt; tab above.'), 'theme-install.php');
</ins><span class="cx">         else
</span><span class="cx">                 printf(__('Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.'), get_site_option('site_name'));
</span><span class="cx">         ?&gt;&lt;/p&gt;
</span><span class="lines">@@ -251,7 +251,7 @@
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;h2&gt;&lt;?php _e('Broken Themes'); ?&gt; &lt;?php if ( is_multisite() ) _e( '(Site admin only)' ); ?&gt;&lt;/h2&gt;
</span><del>-&lt;p&gt;&lt;?php _e('The following themes are installed but incomplete.  Themes must have a stylesheet and a template.'); ?&gt;&lt;/p&gt;
</del><ins>+&lt;p&gt;&lt;?php _e('The following themes are installed but incomplete. Themes must have a stylesheet and a template.'); ?&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;table id=&quot;broken-themes&quot;&gt;
</span><span class="cx">         &lt;tr&gt;
</span></span></pre></div>
<a id="trunkwpadminwidgetsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/widgets.php (15125 => 15126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/widgets.php        2010-06-03 05:23:21 UTC (rev 15125)
+++ trunk/wp-admin/widgets.php        2010-06-03 13:37:51 UTC (rev 15126)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">         &lt;p&gt;' . __('If you want to remove the widget but save its setting for possible future use, just drag it into the Inactive Widgets area. You can add them back anytime from there. This is especially helpful when you switch to a theme with fewer or different widget areas.') . '&lt;/p&gt;
</span><span class="cx">         &lt;p&gt;' . __('Widgets may be used multiple times. You can give each widget a title, to display on your site, but it&amp;#8217;s not required.') . '&lt;/p&gt;
</span><span class="cx">         &lt;p&gt;' . __('Enabling Accessibility Mode, via Screen Options, allows you to use Add and Edit buttons instead of using drag and drop.') . '&lt;/p&gt;
</span><del>-                &lt;p&gt;' . __('Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area. ') . '&lt;/p&gt;
</del><ins>+        &lt;p&gt;' . __('Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area.') . '&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/Appearance_Widgets_SubPanel&quot;&gt;Widgets Documentation&lt;/a&gt;') . '&lt;/p&gt;';
</span></span></pre>
</div>
</div>

</body>
</html>