[wpmu-trac] Re: [WordPress MU Trac] #357: kses.php stripping out
all class and id markup from posts
WordPress MU Trac
wpmu-trac at lists.automattic.com
Fri Jul 27 09:56:39 GMT 2007
#357: kses.php stripping out all class and id markup from posts
------------------------+---------------------------------------------------
Reporter: conoro | Owner: donncha
Type: defect | Status: reopened
Priority: low | Milestone:
Component: component1 | Version: 1.0
Severity: minor | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by conoro):
* status: closed => reopened
* resolution: wontfix =>
Comment:
Sorry for lack of feedback guys, I didn't see your responses in the RSS
feed for the ticket!
The stripping does not happen on wordpress.com and obviously I wouldn't be
an admin user there. See all recent posts on cwjoneill.wordpress.com for
non-stripping working examples.
By comparison, any class markup is being stripped on latest WPMU
<div class="hreview">
<span class="description">This is a review</span>
</div>
is changed to
<div>
<span>This is a review</span>
</div>
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/357#comment:4>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list