Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46882, comment 10


Ignore:
Timestamp:
04/12/2019 01:30:53 PM (7 years ago)
Author:
TimothyBlynJacobs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46882, comment 10

    initial v1  
    1 I’m added a patch to drop the constructor injection entirely which should solve the issue. Instantiating `WP_Recovery_Mode`  should no longer have any required timing. The injection was originally allowed so a multisite drop-in could be added with minimal code duplication, but since we’ve dropped extension support in v1, it makes sense to remove it for now.
     1I’m added a patch to drop the constructor entirely which should solve the issue. Instantiating `WP_Recovery_Mode`  should no longer have any required timing. The injection was originally allowed so a multisite drop-in could be added with minimal code duplication, but since we’ve dropped extension support in v1, it makes sense to remove it for now.
    22
    33Could you verifies this solve your issue @lkraav?