[wp-trac] [WordPress Trac] #14384: wp-admin says "1" Update in sidebar then I click and it disappears

WordPress Trac wp-trac at lists.automattic.com
Sun Nov 14 21:51:10 UTC 2010


#14384: wp-admin says "1" Update in sidebar then I click and it disappears
-----------------------------+----------------------------------------------
 Reporter:  projectoscarwp   |       Owner:                         
     Type:  defect (bug)     |      Status:  new                    
 Priority:  normal           |   Milestone:                         
Component:  Upgrade/Install  |     Version:  3.0                    
 Severity:  minor            |    Keywords:  reporter-feedback close
-----------------------------+----------------------------------------------
Changes (by duck_):

  * keywords:  => reporter-feedback close
  * milestone:  Awaiting Review =>


Comment:

 I imagine the reporter is using a plugin which obscures the WordPress
 version number, but only on the front end. If the version check cron is
 called from the front end the .org API will report the availability of an
 update. Go back to the admin and `_maybe_update_core` will clear this as
 it's hooked to admin_init, but not before the menu is built containing the
 update bubble. The bubble will be gone on the next page load.

 `wp_version_check` and other related functions could include version.php
 instead of relying on the global (hat-tip nacin).

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14384#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list