Changes between Version 2 and Version 3 of Ticket #61827, comment 2
- Timestamp:
- 08/08/2024 05:01:28 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61827, comment 2
v2 v3 1 During my testing, I discovered that the `wp_check_comment_disallowed_list()` method contains a line even when the unaltered comment data is supplied to it, the HTML tags are stripped. So, the above inputs will still not work even if we passed the unaltered comment data. 1 ~~During my testing, I discovered that the `wp_check_comment_disallowed_list()` method contains a line even when the unaltered comment data is supplied to it, the HTML tags are stripped. So, the above inputs will still not work even if we passed the unaltered comment data.~~ 2 2 3 3 {{{#!php … … 9 9 }}} 10 10 11 Any suggestions on how to resolve this? 11 ~~Any suggestions on how to resolve this?~~