Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36335, comment 55


Ignore:
Timestamp:
08/24/2016 10:08:32 PM (9 years ago)
Author:
JohnPBloch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36335, comment 55

    initial v1  
    11I really like the direction we're going with @wonderboymusic's latest patch. I'm pretty sure it won't cause any issues with sites already managed using Composer and doesn't preclude core from adding Composer support or plugin/theme autoloading down the road.
    22
    3 One thing I think might need to be added to the patch (at least, I didn't see it) is a polyfill for `spl_autoload_register()` like @rmccue [https://core.trac.wordpress.org/ticket/36335#comment:8 outlined above].
     3~~One thing I think might need to be added to the patch (at least, I didn't see it) is a polyfill for `spl_autoload_register()` like @rmccue [https://core.trac.wordpress.org/ticket/36335#comment:8 outlined above].~~ Never mind me, clearly not watching core closely enough.