Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56119, comment 3


Ignore:
Timestamp:
07/11/2022 12:40:48 AM (3 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56119, comment 3

    initial v1  
    11I think `wp_slash_strings_only()` was deprecated because it appeared to be the same as `wp_slash()` as of [48433], though the difference in object handling was probably not considered.
    22
    3 Good catch on the inconsistence in object handling! Looks like that was the case ever since `wp_slash()` and `wp_unslash()` were both introduced in [23555].
     3Good catch on the inconsistency in object handling! Looks like that was the case ever since `wp_slash()` and `wp_unslash()` were both introduced in [23555].
    44
    55Looking at #21767, it seems that: