[wp-trac] [WordPress Trac] #18876: Network admin update-core.php doesn't check for plugin or theme updates

WordPress Trac wp-trac at lists.automattic.com
Thu Oct 6 23:30:00 UTC 2011


#18876: Network admin update-core.php doesn't check for plugin or theme updates
---------------------------+--------------------
 Reporter:  johnbillion    |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  3.2.2
Component:  Network Admin  |     Version:  3.3
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |
---------------------------+--------------------

Comment (by johnbillion):

 My patch doesn't fix anything. I misunderstood `is_main_site()` (thanks
 nacin).

 It seems there's some logic in `wp_update_plugins()` which should be in
 `_maybe_update_plugins()` instead. It's not possible to force a check for
 plugin updates (same goes for themes).

 This means plugin and theme update checks are inconsistent with core
 update checks. I would expect `wp_update_plugins()` to work the same as
 `wp_version_check()`, in that it fires off an update check whenever it's
 called. The logic should be left to the `_maybe_update_*` functions.

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


More information about the wp-trac mailing list