[wp-trac] [WordPress Trac] #13732: Why are we _maybe_update'ing on admin-ajax?
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 8 21:28:10 UTC 2010
#13732: Why are we _maybe_update'ing on admin-ajax?
-----------------------------+----------------------------------------------
Reporter: mitchoyoshitaka | Owner: dd32
Type: defect (bug) | Status: new
Priority: low | Milestone: Future Release
Component: Upgrade/Install | Version: 3.0
Severity: normal | Keywords: has-patch 3.2-early
-----------------------------+----------------------------------------------
Comment(by nacin):
`_maybe_update_core()` only triggers an HTTP call if the transient is
expired. So only once every 12 hours.
We have _maybe_update_* in case wp cron won't work -- we still want people
to see updates.
"Update Network" is the DB upgrade. Doesn't have to do with updating core
files. What we do there though is make a loopback HTTP request to a file
in wp-admin that then runs the DB upgrade. Do loopbacks work on your
server?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13732#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list