Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #11308, comment 25


Ignore:
Timestamp:
05/06/2012 05:27:04 PM (12 years ago)
Author:
lkraav
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11308, comment 25

    initial v1  
    77but my plugin is alphabetically in front of SomeUpstreamPlugin, then SomeUpstreamClass won't exist.
    88
    9 Something called [https://wordpress.org/extend/plugins/plugin-organizer/ Plugin Organizer] is out there, but it seems too bloated for this simple task.
     9Something called [https://wordpress.org/extend/plugins/plugin-organizer/ Plugin Organizer] is out there, but it seems too bloated for this simple task. Aside from the fact that even when I re-ordered plugins, class SomeUpstreamClass still wasn't found.
    1010
    1111So it seems comment:7 is the best approach today, albeit requiring cooperation from SomeUpstreamPlugin?