Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56119, comment 3

    v1 v2  
    1010I guess the question to answer would be: do we need to slash objects in `wp_slash()`, or would that be unexpected? This comment seems tangentially related: comment:17:ticket:21767, and this commit too: [24731].
    1111
    12 I think `wp_slash()` and `wp_unslash()` may not necessarily have been intended to be the opposite, but that would probably make sense if there are no unexpected site effects.
     12I think `wp_slash()` and `wp_unslash()` may not necessarily have been intended to be the opposite, but that would probably make sense if there are no unexpected side effects.