[wp-trac] [WordPress Trac] #63810: Bug in comment function
WordPress Trac
noreply at wordpress.org
Mon Aug 11 18:56:32 UTC 2025
#63810: Bug in comment function
-------------------------------------+------------------------------
Reporter: rokr4peace | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Comments | Version: 6.8.2
Severity: normal | Resolution:
Keywords: reporter-feedback close | Focuses:
-------------------------------------+------------------------------
Comment (by devasheeshkaul):
Upon further check, it seems like the issue is originating from the
[https://github.com/WordPress/wordpress-
develop/blob/e062f66c61324370fa4d04917c90b00a1c2ffbde/src/wp-includes
/default-filters.php#L54-L59 default filter] applied for textarea admin
display
{{{
add_filter( 'comment_text', 'wp_kses_post' );
}}}
I wonder if adding a custom filter to bypass this in the admin listing
would be a suitable approach or not.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63810#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list