Changes between Initial Version and Version 1 of Ticket #46882, comment 10
- Timestamp:
- 04/12/2019 01:30:53 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46882, comment 10
initial v1 1 I’m added a patch to drop the constructor injectionentirely 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.1 I’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. 2 2 3 3 Could you verifies this solve your issue @lkraav?