Changes between Initial Version and Version 1 of Ticket #53293, comment 1
- Timestamp:
- 05/29/2021 09:59:33 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53293, comment 1
initial v1 19 19 }}} 20 20 21 That said, the browser does indeed convert `¬` to the `¬` character also known as the "not sign" and represented as `¬` or `¬` or `¬`.21 That said, the browser does indeed convert `¬` to the `¬` character, also known as the "not sign" and represented as `¬` or `¬` or `¬`. 22 22 23 23 To avoid that, you should run the result throught the `esc_url()` function: