Quote:
Originally Posted by AlanHK
So cssRemoveUnusedSelectors comes after TagMechanic.Can menu lists be made case-insensitive?
|
If the default sort order bothers you so much, you could easily rename plugins yourself. Simply edit
plugin.xml and change:
Code:
<name>cssRemoveUnusedSelectors</name>
to:
Code:
<name>CssRemoveUnusedSelectors</name>
(If you don't have a Windows machine, you'll also need to rename the plugin folder.)