[wp-trac] [WordPress Trac] #15002: unfiltered_html capability is not observed when set explicitly for role
WordPress Trac
wp-trac at lists.automattic.com
Tue Oct 5 21:26:30 UTC 2010
#15002: unfiltered_html capability is not observed when set explicitly for role
-------------------------------+--------------------------------------------
Reporter: phlux0r | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Role/Capability | Version: 3.0.1
Severity: normal | Resolution: invalid
Keywords: reporter-feedback |
-------------------------------+--------------------------------------------
Comment(by lybica):
Replying to [comment:4 nacin]:
> Correct. Only super admins are trusted with unfiltered_html in
multisite.
Thanks for the clarification.
@[comment:1 phlux0r], since this is a feature,[[BR]]
I ended up writing a plugin that removes the html filtering altogether by
{{{
remove_action('init', 'kses_init');
remove_action('set_current_user', 'kses_init');
}}}
for "trusted users".
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15002#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list