Make WordPress Core

Changes between Version 6 and Version 7 of Ticket #59231


Ignore:
Timestamp:
08/29/2023 01:10:30 PM (3 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59231 – Description

    v6 v7  
    115115In the rare case that the attribute, once added, would result in a fatal error, that would be fantastic, as that means we have actually found a bug in WP before it got into a stable release.
    116116
    117 Separate ticket to allow for discussing this proposal in more detail and for patches: https://core.trac.wordpress.org/ticket/59232
     117Separate ticket to allow for discussing this proposal in more detail and for patches: #59232.
    118118
    119119
     
    137137All 7 uses of `unserialize()` in WP Core should be reviewed and for the 6 uses outside of the `maybe_unserialize()` function, it should be reviewed whether they can/should switch to using `maybe_unserialize()` and/or whether they should get their own (improved) error handling.
    138138
    139 Separate ticket to allow for discussing this and the previously listed RFC in more detail and for patches: https://core.trac.wordpress.org/ticket/59233
     139Separate ticket to allow for discussing this and the previously listed RFC in more detail and for patches: #59233.
    140140
    141141
     
    176176This would then mirror the already existing [https://developer.wordpress.org/reference/functions/wp_json_encode/ `wp_json_encode()`] function.
    177177
    178 See: https://core.trac.wordpress.org/ticket/59234
     178See: #59234
    179179
    180180