Changes between Initial Version and Version 1 of Ticket #56119, comment 3
- Timestamp:
- 07/11/2022 12:40:48 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56119, comment 3
initial v1 1 1 I 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. 2 2 3 Good catch on the inconsistenc ein object handling! Looks like that was the case ever since `wp_slash()` and `wp_unslash()` were both introduced in [23555].3 Good 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]. 4 4 5 5 Looking at #21767, it seems that: