[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 20 00:34:15 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 nacin):
I noticed a few days ago that there was code missing to refresh the
plugin/theme updates as often on update-core.php as we do on
plugins.php/themes.php. [19022] corrects this.
It's worth noting that this code will also fire on network/themes.php and
network/plugins.php as the same load-* hooks fire. (Which I'm not sure I
like.)
Thoughts on this? I actually think that update-core.php's timeout should
be 0. It makes sense to not fire it off every time someone goes to do
general theme or plugin management, but when you click "Check Again", you
should get up-to-the-minute results. I'd think that update.php might want
to get the same treatment.) This seems easy to implement now (just a
matter of changing the logic changed in [19022]).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18876#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list