<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[17822] trunk/wp-admin: Don't fetch update info our show update bubbles if the user does not have install caps.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/17822">17822</a></dd>
<dt>Author</dt> <dd>ryan</dd>
<dt>Date</dt> <dd>2011-05-06 19:48:13 +0000 (Fri, 06 May 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Don't fetch update info our show update bubbles if the user does not have install caps. Props nacin. fixes <a href="http://trac.wordpress.org/ticket/16532">#16532</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminmenuphp">trunk/wp-admin/menu.php</a></li>
<li><a href="#trunkwpadminnetworkmenuphp">trunk/wp-admin/network/menu.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminmenuphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/menu.php (17821 => 17822)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/menu.php        2011-05-06 19:29:54 UTC (rev 17821)
+++ trunk/wp-admin/menu.php        2011-05-06 19:48:13 UTC (rev 17822)
</span><span class="lines">@@ -32,16 +32,25 @@
</span><span class="cx"> 
</span><span class="cx"> if ( ! is_multisite() || is_super_admin() ) {
</span><span class="cx">         $plugin_update_count = $theme_update_count = $wordpress_update_count = 0;
</span><del>-        $update_plugins = get_site_transient( 'update_plugins' );
-        if ( !empty($update_plugins-&gt;response) &amp;&amp; current_user_can('update_plugins') )
-                $plugin_update_count = count( $update_plugins-&gt;response );
-        $update_themes = get_site_transient( 'update_themes' );
-        if ( !empty($update_themes-&gt;response) &amp;&amp; current_user_can('update_themes') )
-                $theme_update_count = count( $update_themes-&gt;response );
-        $update_wordpress = get_core_updates( array('dismissed' =&gt; false) );
-        if ( !empty($update_wordpress) &amp;&amp; !in_array( $update_wordpress[0]-&gt;response, array('development', 'latest') ) &amp;&amp; current_user_can('update_core') )
-                $wordpress_update_count = 1;
</del><span class="cx"> 
</span><ins>+        if ( current_user_can( 'update_plugins' ) ) {
+                $update_plugins = get_site_transient( 'update_plugins' );
+                if ( ! empty( $update_plugins-&gt;response ) )
+                        $plugin_update_count = count( $update_plugins-&gt;response );
+        }
+
+        if ( current_user_can( 'update_themes' ) ) {
+                $update_themes = get_site_transient( 'update_themes' );
+                if ( !empty($update_themes-&gt;response) )
+                        $theme_update_count = count( $update_themes-&gt;response );
+        }
+
+        if ( current_user_can( 'update_core' ) ) {
+                $update_wordpress = get_core_updates( array('dismissed' =&gt; false) );
+                if ( !empty($update_wordpress) &amp;&amp; !in_array( $update_wordpress[0]-&gt;response, array('development', 'latest') ) &amp;&amp; current_user_can('update_core') )
+                        $wordpress_update_count = 1;
+        }
+
</ins><span class="cx">         $total_update_count = $plugin_update_count + $theme_update_count + $wordpress_update_count;
</span><span class="cx">         $update_title = array();
</span><span class="cx">         if ( $wordpress_update_count )
</span><span class="lines">@@ -58,7 +67,7 @@
</span><span class="cx">         $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), &quot;&lt;span class='update-plugins count-$total_update_count' title='$update_title'&gt;&lt;span class='update-count'&gt;&quot; . number_format_i18n($total_update_count) . &quot;&lt;/span&gt;&lt;/span&gt;&quot; ), 'update_core',  'update-core.php');
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-unset($plugin_update_count, $theme_update_count, $wordpress_update_count, $update_themes, $update_plugins, $update_wordpress);
</del><ins>+unset($theme_update_count, $wordpress_update_count, $update_themes, $update_plugins, $update_wordpress);
</ins><span class="cx"> 
</span><span class="cx"> $menu[4] = array( '', 'read', 'separator1', '', 'wp-menu-separator' );
</span><span class="cx"> 
</span><span class="lines">@@ -163,14 +172,9 @@
</span><span class="cx">         add_submenu_page('themes.php', _x('Editor', 'theme editor'), _x('Editor', 'theme editor'), 'edit_themes', 'theme-editor.php');
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-$update_plugins = get_site_transient( 'update_plugins' );
-$update_count = 0;
-if ( !empty($update_plugins-&gt;response) )
-        $update_count = count( $update_plugins-&gt;response );
-
</del><span class="cx"> $menu_perms = get_site_option('menu_items', array());
</span><span class="cx"> if ( ! is_multisite() || is_super_admin() || ! empty( $menu_perms['plugins'] ) ) {
</span><del>-        $count = &quot;&lt;span class='update-plugins count-$update_count'&gt;&lt;span class='plugin-count'&gt;&quot; . number_format_i18n($update_count) . &quot;&lt;/span&gt;&lt;/span&gt;&quot;;
</del><ins>+        $count = &quot;&lt;span class='update-plugins count-$plugin_update_count'&gt;&lt;span class='plugin-count'&gt;&quot; . number_format_i18n($plugin_update_count) . &quot;&lt;/span&gt;&lt;/span&gt;&quot;;
</ins><span class="cx">         if ( is_multisite() || ! current_user_can( 'update_plugins' ) )
</span><span class="cx">                 $count = '';
</span><span class="cx">         $menu[65] = array( sprintf( __('Plugins %s'), $count ), 'activate_plugins', 'plugins.php', '', 'menu-top menu-icon-plugins', 'menu-plugins', 'div' );
</span><span class="lines">@@ -181,7 +185,7 @@
</span><span class="cx">                         $submenu['plugins.php'][15] = array( _x('Editor', 'plugin editor'), 'edit_plugins', 'plugin-editor.php' );
</span><span class="cx">                 }
</span><span class="cx"> }
</span><del>-unset($menu_perms, $update_plugins, $update_count);
</del><ins>+unset($menu_perms, $update_plugins, $plugin_update_count);
</ins><span class="cx"> 
</span><span class="cx"> if ( current_user_can('list_users') )
</span><span class="cx">         $menu[70] = array( __('Users'), 'list_users', 'users.php', '', 'menu-top menu-icon-users', 'menu-users', 'div' );
</span></span></pre></div>
<a id="trunkwpadminnetworkmenuphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/network/menu.php (17821 => 17822)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/network/menu.php        2011-05-06 19:29:54 UTC (rev 17821)
+++ trunk/wp-admin/network/menu.php        2011-05-06 19:48:13 UTC (rev 17822)
</span><span class="lines">@@ -21,19 +21,27 @@
</span><span class="cx"> $submenu['users.php'][5]  = array( __('Users'), 'manage_network_users', 'users.php' );
</span><span class="cx"> $submenu['users.php'][10]  = array( _x('Add New', 'user'), 'create_users', 'user-new.php' );
</span><span class="cx"> 
</span><del>-$plugin_update_count = $theme_update_count = $wordpress_update_count = 0;
-$update_themes = get_site_transient( 'update_themes' );
-if ( !empty($update_themes-&gt;response) )
-        $theme_update_count = count( $update_themes-&gt;response );
-$menu[15] = array(sprintf(__('Themes %s'), &quot;&lt;span class='update-plugins count-$theme_update_count'&gt;&lt;span class='theme-count'&gt;&quot; . number_format_i18n($theme_update_count) . &quot;&lt;/span&gt;&lt;/span&gt;&quot; ), 'manage_network_themes', 'themes.php', '', 'menu-top menu-icon-appearance', 'menu-appearance', 'div');
</del><ins>+if ( current_user_can( 'update_themes' ) ) {
+        $plugin_update_count = $theme_update_count = $wordpress_update_count = 0;
+        $update_themes = get_site_transient( 'update_themes' );
+        if ( !empty($update_themes-&gt;response) )
+                $theme_update_count = count( $update_themes-&gt;response );
+        $menu[15] = array(sprintf( __( 'Themes %s' ), &quot;&lt;span class='update-plugins count-$theme_update_count'&gt;&lt;span class='theme-count'&gt;&quot; . number_format_i18n( $theme_update_count ) . &quot;&lt;/span&gt;&lt;/span&gt;&quot; ), 'manage_network_themes', 'themes.php', '', 'menu-top menu-icon-appearance', 'menu-appearance', 'div' );
+} else {
+        $menu[15] = array( __( 'Themes' ), 'manage_network_themes', 'themes.php', '', 'menu-top menu-icon-appearance', 'menu-appearance', 'div' );
+}
</ins><span class="cx"> $submenu['themes.php'][5]  = array( __('Themes'), 'manage_network_themes', 'themes.php' );
</span><span class="cx"> $submenu['themes.php'][10] = array( _x('Add New', 'theme'), 'install_themes', 'theme-install.php' );
</span><span class="cx"> $submenu['themes.php'][15] = array( _x('Editor', 'theme editor'), 'edit_themes', 'theme-editor.php' );
</span><span class="cx"> 
</span><del>-$update_plugins = get_site_transient( 'update_plugins' );
-if ( !empty($update_plugins-&gt;response) )
-        $plugin_update_count = count( $update_plugins-&gt;response );
-$menu[20] = array(sprintf( __('Plugins %s'), &quot;&lt;span class='update-plugins count-$plugin_update_count'&gt;&lt;span class='plugin-count'&gt;&quot; . number_format_i18n($plugin_update_count) . &quot;&lt;/span&gt;&lt;/span&gt;&quot; ), 'manage_network_plugins', 'plugins.php', '', 'menu-top menu-icon-plugins', 'menu-plugins', 'div');
</del><ins>+if ( current_user_can( 'update_plugins' ) ) {
+        $update_plugins = get_site_transient( 'update_plugins' );
+        if ( !empty($update_plugins-&gt;response) )
+                $plugin_update_count = count( $update_plugins-&gt;response );
+        $menu[20] = array( sprintf( __( 'Plugins %s' ), &quot;&lt;span class='update-plugins count-$plugin_update_count'&gt;&lt;span class='plugin-count'&gt;&quot; . number_format_i18n( $plugin_update_count ) . &quot;&lt;/span&gt;&lt;/span&gt;&quot; ), 'manage_network_plugins', 'plugins.php', '', 'menu-top menu-icon-plugins', 'menu-plugins', 'div');
+} else {
+        $menu[20] = array( __('Plugins'), 'manage_network_plugins', 'plugins.php', '', 'menu-top menu-icon-plugins', 'menu-plugins', 'div' );
+}
</ins><span class="cx"> $submenu['plugins.php'][5]  = array( __('Plugins'), 'manage_network_plugins', 'plugins.php' );
</span><span class="cx"> $submenu['plugins.php'][10] = array( _x('Add New', 'plugin editor'), 'install_plugins', 'plugin-install.php' );
</span><span class="cx"> $submenu['plugins.php'][15] = array( _x('Editor', 'plugin editor'), 'edit_plugins', 'plugin-editor.php' );
</span><span class="lines">@@ -45,22 +53,27 @@
</span><span class="cx">         $submenu['settings.php'][10] = array( __('Network Setup'), 'manage_network_options', 'setup.php' );
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-$update_wordpress = get_core_updates( array('dismissed' =&gt; false) );
-if ( !empty($update_wordpress) &amp;&amp; !in_array( $update_wordpress[0]-&gt;response, array('development', 'latest') ) )
-        $wordpress_update_count = 1;
</del><ins>+if ( current_user_can( 'update_core' ) ) {
+        $update_wordpress = get_core_updates( array('dismissed' =&gt; false) );
+        if ( !empty($update_wordpress) &amp;&amp; !in_array( $update_wordpress[0]-&gt;response, array('development', 'latest') ) )
+                $wordpress_update_count = 1;
+        
+        $update_count = $plugin_update_count + $theme_update_count + $wordpress_update_count;
+        $update_title = array();
+        if ( $wordpress_update_count )
+                $update_title[] = sprintf(__('%d WordPress Update'), $wordpress_update_count);
+        if ( $plugin_update_count )
+                $update_title[] = sprintf(_n('%d Plugin Update', '%d Plugin Updates', $plugin_update_count), $plugin_update_count);
+        if ( $theme_update_count )
+                $update_title[] = sprintf(_n('%d Theme Update', '%d Themes Updates', $theme_update_count), $theme_update_count);
+        
+        $update_title = !empty($update_title) ? esc_attr(implode(', ', $update_title)) : '';
+        
+        $menu[30] = array( sprintf( __( 'Updates %s' ), &quot;&lt;span class='update-plugins count-$update_count' title='$update_title'&gt;&lt;span class='update-count'&gt;&quot; . number_format_i18n($update_count) . &quot;&lt;/span&gt;&lt;/span&gt;&quot; ), 'manage_network', 'upgrade.php', '', 'menu-top menu-icon-tools', 'menu-update', 'div' );
+} else {
+        $menu[30] = array( __( 'Updates' ), 'manage_network', 'upgrade.php', '', 'menu-top menu-icon-tools', 'menu-update', 'div' );
+}
</ins><span class="cx"> 
</span><del>-$update_count = $plugin_update_count + $theme_update_count + $wordpress_update_count;
-$update_title = array();
-if ( $wordpress_update_count )
-        $update_title[] = sprintf(__('%d WordPress Update'), $wordpress_update_count);
-if ( $plugin_update_count )
-        $update_title[] = sprintf(_n('%d Plugin Update', '%d Plugin Updates', $plugin_update_count), $plugin_update_count);
-if ( $theme_update_count )
-        $update_title[] = sprintf(_n('%d Theme Update', '%d Themes Updates', $theme_update_count), $theme_update_count);
-
-$update_title = !empty($update_title) ? esc_attr(implode(', ', $update_title)) : '';
-
-$menu[30] = array(sprintf( __('Updates %s'), &quot;&lt;span class='update-plugins count-$update_count' title='$update_title'&gt;&lt;span class='update-count'&gt;&quot; . number_format_i18n($update_count) . &quot;&lt;/span&gt;&lt;/span&gt;&quot; ), 'manage_network', 'upgrade.php', '', 'menu-top menu-icon-tools', 'menu-update', 'div');
</del><span class="cx"> $submenu[ 'upgrade.php' ][10] = array( __( 'Updates' ), 'update_core',  'update-core.php' );
</span><span class="cx"> $submenu[ 'upgrade.php' ][15] = array( __( 'Update Network' ), 'manage_network', 'upgrade.php' );
</span><span class="cx"> unset($plugin_update_count, $theme_update_count, $wordpress_update_count, $update_count, $update_title, $update_themes, $update_plugins, $update_wordpress);
</span></span></pre>
</div>
</div>

</body>
</html>