[wp-trac] [WordPress Trac] #11861: Show list of drop-ins and must-use plugins in admin area
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 12 09:56:14 UTC 2010
#11861: Show list of drop-ins and must-use plugins in admin area
-----------------------------+----------------------------------------------
Reporter: archon810 | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Future Release
Component: Administration | Version: 2.9.1
Severity: normal | Keywords: health-check
-----------------------------+----------------------------------------------
Comment(by nacin):
Yea, I see what you're saying. I would like to see core showing the
existence and filenames of drop-ins and mu plugins -- everything else is
extra.
To pair up plugins and drop-ins, I imagine core should look for identical
headers. And to prevent a drop-in file sitting in wp-content/plugins from
being read as a plugin, we could allow "Plugin Name" to also be "Drop-in
Name". (Adding a header instead of replacing it would not prevent it from
being read as a plugin, unless we modify other code which would then make
the drop-in back incompat.)
Thus, Memcached could continue to use typical plugin headers, while DB
Cache Reloaded could include the plugin headers (with "Drop-in Name"
instead of "Plugin Name") on the file that becomes object-cache.php
without it being loaded as a plugin.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11861#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list