Make WordPress Core

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


Ignore:
Timestamp:
12/01/2020 06:14:06 AM (5 years ago)
Author:
TimothyBlynJacobs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51894, comment 10

    initial v1  
    44
    55Additionally, this is something that Recovery Mode should be able to let the site owner recover from.
     6
     7> On a more basic level, the change in behavior might be worth just acknowledging as arguably a backwards compatibility break in core: Previously, invalid callables added to hooks didn't cause fatals, and now they do.
     8
     9In my personal opinion, I think we should go down this route. Though I think it is worth being clear that this isn't really a break in WordPress Core but in PHP 8. This behavior was always invalid, PHP 8 is just making it more severe.