[wp-trac] [WordPress Trac] #17127: Must use plugins not displayed in order of execution
WordPress Trac
wp-trac at lists.automattic.com
Thu Apr 14 11:08:21 UTC 2011
#17127: Must use plugins not displayed in order of execution
-------------------------------------+------------------------------
Reporter: jcnetsys | Owner: jcnetsys
Type: enhancement | Status: accepted
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: 3.1
Severity: trivial | Resolution:
Keywords: needs-patch 2nd-opinion |
-------------------------------------+------------------------------
Changes (by dd32):
* keywords: needs-patch => needs-patch 2nd-opinion
Comment:
If you want it to be sorted in the same order as the files are executed,
you should be able to remove the sorting (and it'll fall back to the
default order that the filesystem is returning).
However, for consistency sake with the other tables, I believe they should
be ordered Alphabetically rather than in order of execution.
The plugins include order should not matter, as no plugin should be
running code before plugins_loaded action or init action.. and the hook
order there is not guaranteed based on the different execution paths of
different patches.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17127#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list