[wp-trac] [WordPress Trac] #14912: Introduce register_update_hook()
WordPress Trac
wp-trac at lists.automattic.com
Wed Nov 3 08:52:51 UTC 2010
#14912: Introduce register_update_hook()
-----------------------------+----------------------------------------------
Reporter: scribu | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Upgrade/Install | Version:
Severity: normal | Keywords: has-patch
-----------------------------+----------------------------------------------
Changes (by westi):
* milestone: 3.1 => Future Release
Comment:
1 We are past the freeze for 3.1 and shouldn't be adding any more new
features.
2 This is more code than a plugin needs to implement the solution itself
and will run more often than it would need to in a plugin - yes you have
an is_admin() check but plugins doing this themselves would be able to
hook into an admin focused action hook thereby ensuring it was an admin
page load.
3 If plugins behave inconsistently until the upgrade code has run then
they are poorly coded :-)
I'm in the WONTFIX camp but this is definetly too late for 3.1
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14912#comment:38>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list