Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #61827, comment 2


Ignore:
Timestamp:
08/08/2024 05:01:28 AM (11 months ago)
Author:
mi5t4n
Comment:

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.~~
    22
    33{{{#!php
     
    99}}}
    1010
    11 Any suggestions on how to resolve this?
     11~~Any suggestions on how to resolve this?~~