Make WordPress Core

Changes between Version 5 and Version 6 of Ticket #27441, comment 3


Ignore:
Timestamp:
04/28/2014 02:56:02 AM (11 years ago)
Author:
maratbn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27441, comment 3

    v5 v6  
    88
    99So generally it looks like there is a lot of unusable logic in the SHORTINIT mode because it has dependencies on logic that is only available outside of the SHORTINIT mode.
     10
     11Perhaps the SHORTINIT mode should be split up into an even "shorter" SHORTINIT mode that does not have any of this unusable logic, and a "longer" SHORTINIT mode that does have the dependencies included...