Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57149, comment 1


Ignore:
Timestamp:
11/20/2022 11:01:43 PM (3 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57149, comment 1

    initial v1  
    6464}}}
    6565  In this way, the core `str_replace( '\\_', '_', $maybe[2] )` is surprisingly accurate.
    66   1. Perhaps, we are all doing it wrong everywhere, and a deeper conclusion is required? (Additionally plausible is that I've missed a mundane detail and all of this is wrong 🌚)
     66  1. Perhaps, we are all doing it wrong everywhere, and a deeper conclusion is required?
     67    * Additionally plausible is that I've missed a mundane detail and all of this is wrong 🌚
     68    * For all of the obvious reasons, I do not think it is a great idea to remove escaping or preparation without sufficient unit tests.
     69    * Maybe WordPress officially just-says-no to database tables with slashes in them? Or, some other decision?