Make WordPress Core

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


Ignore:
Timestamp:
05/29/2021 09:59:33 AM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53293, comment 1

    initial v1  
    1919}}}
    2020
    21 That said, the browser does indeed convert `&not` to the `¬` character also known as the "not sign" and represented as `¬` or `¬` or `¬`.
     21That said, the browser does indeed convert `&not` to the `¬` character, also known as the "not sign" and represented as `¬` or `¬` or `¬`.
    2222
    2323To avoid that, you should run the result throught the `esc_url()` function: