#5928 closed defect (bug) (wontfix)
Version Check takes place on Init, Use admin_init instead?
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
At present the WordPress version update takes place on the init hook.
While i know its not a regularly called check, It makes more sense for it to only be run when a user is actually IN the admin area to see the latest updates.
Attachments (1)
Change History (7)
#2
follow-up:
↓ 6
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This should be reverted, it was done so when an update was found we could do something like email the admin.
#6
in reply to:
↑ 2
@
17 years ago
Replying to matt:
it was done so when an update was found we could do something like email the admin.
Thats fair enough.
Perhaps a hook should be added so that plugins can hook into that instead then. (if thats done, make sure it hooks into init with a late priority, so that plugins that register on the init action can hook) - just food for thought.
Note: See
TracTickets for help on using
tickets.
(In [6921]) Do version check on admin_init. Props DD32. fixes #5928