<!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>[13750] trunk/wp-admin: Change &quot;Blog&quot; to &quot;Site&quot; in the Settings panels.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/13750">13750</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-03-18 17:46:25 +0000 (Thu, 18 Mar 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Change &quot;Blog&quot; to &quot;Site&quot; in the Settings panels.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminoptionsdiscussionphp">trunk/wp-admin/options-discussion.php</a></li>
<li><a href="#trunkwpadminoptionsgeneralphp">trunk/wp-admin/options-general.php</a></li>
<li><a href="#trunkwpadminoptionsmediaphp">trunk/wp-admin/options-media.php</a></li>
<li><a href="#trunkwpadminoptionspermalinkphp">trunk/wp-admin/options-permalink.php</a></li>
<li><a href="#trunkwpadminoptionsprivacyphp">trunk/wp-admin/options-privacy.php</a></li>
<li><a href="#trunkwpadminoptionsreadingphp">trunk/wp-admin/options-reading.php</a></li>
<li><a href="#trunkwpadminoptionswritingphp">trunk/wp-admin/options-writing.php</a></li>
<li><a href="#trunkwpadminpluginsphp">trunk/wp-admin/plugins.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminoptionsdiscussionphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-discussion.php (13749 => 13750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-discussion.php        2010-03-18 17:32:27 UTC (rev 13749)
+++ trunk/wp-admin/options-discussion.php        2010-03-18 17:46:25 UTC (rev 13750)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> /** WordPress Administration Bootstrap */
</span><span class="cx"> require_once('admin.php');
</span><span class="cx"> 
</span><del>-if ( ! current_user_can('manage_options') )
-        wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
</del><ins>+if ( ! current_user_can( 'manage_options' ) )
+        wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
</ins><span class="cx"> 
</span><span class="cx"> $title = __('Discussion Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="lines">@@ -151,7 +151,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;h3&gt;&lt;?php _e('Avatars') ?&gt;&lt;/h3&gt;
</span><span class="cx"> 
</span><del>-&lt;p&gt;&lt;?php _e('An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites.  Here you can enable the display of avatars for people who comment on your blog.'); ?&gt;&lt;/p&gt;
</del><ins>+&lt;p&gt;&lt;?php _e('An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites.  Here you can enable the display of avatars for people who comment on your site.'); ?&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php // the above would be a good place to link to codex documentation on the gravatar functions, for putting it in themes. anything like that? ?&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminoptionsgeneralphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-general.php (13749 => 13750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-general.php        2010-03-18 17:32:27 UTC (rev 13749)
+++ trunk/wp-admin/options-general.php        2010-03-18 17:46:25 UTC (rev 13750)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> /** WordPress Administration Bootstrap */
</span><span class="cx"> require_once('./admin.php');
</span><span class="cx"> 
</span><del>-if ( ! current_user_can('manage_options') )
-        wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
</del><ins>+if ( ! current_user_can( 'manage_options' ) )
+        wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
</ins><span class="cx"> 
</span><span class="cx"> $title = __('General Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="lines">@@ -64,13 +64,13 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;table class=&quot;form-table&quot;&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;blogname&quot;&gt;&lt;?php _e('Blog Title') ?&gt;&lt;/label&gt;&lt;/th&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;blogname&quot;&gt;&lt;?php _e('Site Title') ?&gt;&lt;/label&gt;&lt;/th&gt;
</ins><span class="cx"> &lt;td&gt;&lt;input name=&quot;blogname&quot; type=&quot;text&quot; id=&quot;blogname&quot; value=&quot;&lt;?php form_option('blogname'); ?&gt;&quot; class=&quot;regular-text&quot; /&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx"> &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;blogdescription&quot;&gt;&lt;?php _e('Tagline') ?&gt;&lt;/label&gt;&lt;/th&gt;
</span><span class="cx"> &lt;td&gt;&lt;input name=&quot;blogdescription&quot; type=&quot;text&quot; id=&quot;blogdescription&quot;  value=&quot;&lt;?php form_option('blogdescription'); ?&gt;&quot; class=&quot;regular-text&quot; /&gt;
</span><del>-&lt;span class=&quot;description&quot;&gt;&lt;?php _e('In a few words, explain what this blog is about.') ?&gt;&lt;/span&gt;&lt;/td&gt;
</del><ins>+&lt;span class=&quot;description&quot;&gt;&lt;?php _e('In a few words, explain what this site is about.') ?&gt;&lt;/span&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;?php if ( !is_multisite() ) { ?&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="lines">@@ -78,9 +78,9 @@
</span><span class="cx"> &lt;td&gt;&lt;input name=&quot;siteurl&quot; type=&quot;text&quot; id=&quot;siteurl&quot; value=&quot;&lt;?php form_option('siteurl'); ?&gt;&quot;&lt;?php disabled( defined( 'WP_SITEURL' ) ); ?&gt; class=&quot;regular-text code&lt;?php if ( defined( 'WP_SITEURL' ) ) echo ' disabled' ?&gt;&quot; /&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;home&quot;&gt;&lt;?php _e('Blog address (URL)') ?&gt;&lt;/label&gt;&lt;/th&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;home&quot;&gt;&lt;?php _e('Site address (URL)') ?&gt;&lt;/label&gt;&lt;/th&gt;
</ins><span class="cx"> &lt;td&gt;&lt;input name=&quot;home&quot; type=&quot;text&quot; id=&quot;home&quot; value=&quot;&lt;?php form_option('home'); ?&gt;&quot;&lt;?php disabled( defined( 'WP_HOME' ) ); ?&gt; class=&quot;regular-text code&lt;?php if ( defined( 'WP_HOME' ) ) echo ' disabled' ?&gt;&quot; /&gt;
</span><del>-&lt;span class=&quot;description&quot;&gt;&lt;?php _e('Enter the address here if you want your blog homepage &lt;a href=&quot;http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory&quot;&gt;to be different from the directory&lt;/a&gt; you installed WordPress.'); ?&gt;&lt;/span&gt;&lt;/td&gt;
</del><ins>+&lt;span class=&quot;description&quot;&gt;&lt;?php _e('Enter the address here if you want your site homepage &lt;a href=&quot;http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory&quot;&gt;to be different from the directory&lt;/a&gt; you installed WordPress.'); ?&gt;&lt;/span&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx"> &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;admin_email&quot;&gt;&lt;?php _e('E-mail address') ?&gt; &lt;/label&gt;&lt;/th&gt;
</span><span class="lines">@@ -322,7 +322,7 @@
</span><span class="cx"> if ( !empty($lang_files) ) {
</span><span class="cx"> ?&gt;
</span><span class="cx">         &lt;tr valign=&quot;top&quot;&gt;
</span><del>-                &lt;th width=&quot;33%&quot; scope=&quot;row&quot;&gt;&lt;?php _e('Blog language:') ?&gt;&lt;/th&gt;
</del><ins>+                &lt;th width=&quot;33%&quot; scope=&quot;row&quot;&gt;&lt;?php _e('Site language:') ?&gt;&lt;/th&gt;
</ins><span class="cx">                 &lt;td&gt;
</span><span class="cx">                         &lt;select name=&quot;WPLANG&quot; id=&quot;WPLANG&quot;&gt;
</span><span class="cx">                                 &lt;?php mu_dropdown_languages( $lang_files, get_option('WPLANG') ); ?&gt;
</span></span></pre></div>
<a id="trunkwpadminoptionsmediaphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-media.php (13749 => 13750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-media.php        2010-03-18 17:32:27 UTC (rev 13749)
+++ trunk/wp-admin/options-media.php        2010-03-18 17:46:25 UTC (rev 13750)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> /** WordPress Administration Bootstrap */
</span><span class="cx"> require_once('admin.php');
</span><span class="cx"> 
</span><del>-if ( ! current_user_can('manage_options') )
-        wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
</del><ins>+if ( ! current_user_can( 'manage_options' ) )
+        wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
</ins><span class="cx"> 
</span><span class="cx"> $title = __('Media Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span></span></pre></div>
<a id="trunkwpadminoptionspermalinkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-permalink.php (13749 => 13750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-permalink.php        2010-03-18 17:32:27 UTC (rev 13749)
+++ trunk/wp-admin/options-permalink.php        2010-03-18 17:46:25 UTC (rev 13750)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> /** WordPress Administration Bootstrap */
</span><span class="cx"> require_once('admin.php');
</span><span class="cx"> 
</span><del>-if ( ! current_user_can('manage_options') )
-        wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
</del><ins>+if ( ! current_user_can( 'manage_options' ) )
+        wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
</ins><span class="cx"> 
</span><span class="cx"> $title = __('Permalink Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span></span></pre></div>
<a id="trunkwpadminoptionsprivacyphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-privacy.php (13749 => 13750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-privacy.php        2010-03-18 17:32:27 UTC (rev 13749)
+++ trunk/wp-admin/options-privacy.php        2010-03-18 17:46:25 UTC (rev 13750)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> /** Load WordPress Administration Bootstrap */
</span><span class="cx"> require_once('./admin.php');
</span><span class="cx"> 
</span><del>-if ( ! current_user_can('manage_options') )
-        wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
</del><ins>+if ( ! current_user_can( 'manage_options' ) )
+        wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
</ins><span class="cx"> 
</span><span class="cx"> $title = __('Privacy Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="lines">@@ -27,12 +27,12 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;table class=&quot;form-table&quot;&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Blog Visibility') ?&gt; &lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Blog Visibility') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-&lt;p&gt;&lt;input id=&quot;blog-public&quot; type=&quot;radio&quot; name=&quot;blog_public&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('blog_public')); ?&gt; /&gt;
-&lt;label for=&quot;blog-public&quot;&gt;&lt;?php _e('I would like my blog to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers');?&gt;&lt;/label&gt;&lt;/p&gt;
-&lt;p&gt;&lt;input id=&quot;blog-norobots&quot; type=&quot;radio&quot; name=&quot;blog_public&quot; value=&quot;0&quot; &lt;?php checked('0', get_option('blog_public')); ?&gt; /&gt;
-&lt;label for=&quot;blog-norobots&quot;&gt;&lt;?php _e('I would like to block search engines, but allow normal visitors'); ?&gt;&lt;/label&gt;&lt;/p&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Site Visibility') ?&gt; &lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Site Visibility') ?&gt; &lt;/span&gt;&lt;/legend&gt;
+&lt;input id=&quot;blog-public&quot; type=&quot;radio&quot; name=&quot;blog_public&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('blog_public')); ?&gt; /&gt;
+&lt;label for=&quot;blog-public&quot;&gt;&lt;?php _e('I would like my site to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers');?&gt;&lt;/label&gt;&lt;br/&gt;
+&lt;input id=&quot;blog-norobots&quot; type=&quot;radio&quot; name=&quot;blog_public&quot; value=&quot;0&quot; &lt;?php checked('0', get_option('blog_public')); ?&gt; /&gt;
+&lt;label for=&quot;blog-norobots&quot;&gt;&lt;?php _e('I would like to block search engines, but allow normal visitors'); ?&gt;&lt;/label&gt;
</ins><span class="cx"> &lt;?php do_action('blog_privacy_selector'); ?&gt;
</span><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span></span></pre></div>
<a id="trunkwpadminoptionsreadingphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-reading.php (13749 => 13750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-reading.php        2010-03-18 17:32:27 UTC (rev 13749)
+++ trunk/wp-admin/options-reading.php        2010-03-18 17:46:25 UTC (rev 13750)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> require_once( 'admin.php' );
</span><span class="cx"> 
</span><span class="cx"> if ( ! current_user_can( 'manage_options' ) )
</span><del>-        wp_die( __( 'You do not have sufficient permissions to manage options for this blog.' ) );
</del><ins>+        wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
</ins><span class="cx"> 
</span><span class="cx"> $title = __( 'Reading Settings' );
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx"> &lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;blog_charset&quot;&gt;&lt;?php _e( 'Encoding for pages and feeds' ); ?&gt;&lt;/label&gt;&lt;/th&gt;
</span><span class="cx"> &lt;td&gt;&lt;input name=&quot;blog_charset&quot; type=&quot;text&quot; id=&quot;blog_charset&quot; value=&quot;&lt;?php form_option( 'blog_charset' ); ?&gt;&quot; class=&quot;regular-text&quot; /&gt;
</span><del>-&lt;span class=&quot;description&quot;&gt;&lt;?php _e( 'The &lt;a href=&quot;http://codex.wordpress.org/Glossary#Character_set&quot;&gt;character encoding&lt;/a&gt; of your blog (UTF-8 is recommended, if you are adventurous there are some &lt;a href=&quot;http://en.wikipedia.org/wiki/Character_set&quot;&gt;other encodings&lt;/a&gt;)' ); ?&gt;&lt;/span&gt;&lt;/td&gt;
</del><ins>+&lt;span class=&quot;description&quot;&gt;&lt;?php _e( 'The &lt;a href=&quot;http://codex.wordpress.org/Glossary#Character_set&quot;&gt;character encoding&lt;/a&gt; of your site (UTF-8 is recommended, if you are adventurous there are some &lt;a href=&quot;http://en.wikipedia.org/wiki/Character_set&quot;&gt;other encodings&lt;/a&gt;)' ); ?&gt;&lt;/span&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;?php do_settings_fields( 'reading', 'default' ); ?&gt;
</span><span class="cx"> &lt;/table&gt;
</span></span></pre></div>
<a id="trunkwpadminoptionswritingphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-writing.php (13749 => 13750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-writing.php        2010-03-18 17:32:27 UTC (rev 13749)
+++ trunk/wp-admin/options-writing.php        2010-03-18 17:46:25 UTC (rev 13750)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> /** WordPress Administration Bootstrap */
</span><span class="cx"> require_once('admin.php');
</span><span class="cx"> 
</span><del>-if ( ! current_user_can('manage_options') )
-        wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
</del><ins>+if ( ! current_user_can( 'manage_options' ) )
+        wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
</ins><span class="cx"> 
</span><span class="cx"> $title = __('Writing Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php else : ?&gt;
</span><span class="cx"> 
</span><del>-        &lt;p&gt;&lt;?php printf(__('WordPress is not notifying any &lt;a href=&quot;http://codex.wordpress.org/Update_Services&quot;&gt;Update Services&lt;/a&gt; because of your blog&amp;#8217;s &lt;a href=&quot;%s&quot;&gt;privacy settings&lt;/a&gt;.'), 'options-privacy.php'); ?&gt;&lt;/p&gt;
</del><ins>+        &lt;p&gt;&lt;?php printf(__('WordPress is not notifying any &lt;a href=&quot;http://codex.wordpress.org/Update_Services&quot;&gt;Update Services&lt;/a&gt; because of your site&amp;#8217;s &lt;a href=&quot;%s&quot;&gt;privacy settings&lt;/a&gt;.'), 'options-privacy.php'); ?&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> &lt;?php } // multisite ?&gt;
</span></span></pre></div>
<a id="trunkwpadminpluginsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/plugins.php (13749 => 13750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/plugins.php        2010-03-18 17:32:27 UTC (rev 13749)
+++ trunk/wp-admin/plugins.php        2010-03-18 17:46:25 UTC (rev 13750)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> /** WordPress Administration Bootstrap */
</span><span class="cx"> require_once('admin.php');
</span><span class="cx"> 
</span><del>-if ( ! current_user_can('activate_plugins') )
-        wp_die(__('You do not have sufficient permissions to manage plugins for this blog.'));
</del><ins>+if ( ! current_user_can( 'activate_plugins' ) )
+        wp_die( __( 'You do not have sufficient permissions to manage plugins for this blog.' ) );
</ins><span class="cx"> 
</span><span class="cx"> if ( isset($_POST['clear-recent-list']) )
</span><span class="cx">         $action = 'clear-recent-list';
</span></span></pre>
</div>
</div>

</body>
</html>