[Bb-trac] [bbPress] #675: Wordpress integration with 0.8.2.1 causes
all HTML attributes to be stripped from post
bbPress
bb-trac at lists.bbpress.org
Tue Jun 26 22:08:12 GMT 2007
#675: Wordpress integration with 0.8.2.1 causes all HTML attributes to be
stripped from post
-----------------------+----------------------------------------------------
Reporter: atomAstro | Owner:
Type: defect | Status: new
Priority: high | Milestone:
Component: Front-end | Version: 0.8.2.1
Severity: normal | Keywords: integration attributes html strip
-----------------------+----------------------------------------------------
This has been tested with WPMU 1.2.3 and WP 2.2.1. Once integrated and
wp-blog-header is included, the following happens:
{{{
<a href="http://bbpress.org" title="bbPress site" rel="follow">bbPress</a>
}}}
will become:
{{{
<a>bbPress</a>
}}}
and
{{{
<blockquote cite="someGuy">blah blah</blockquote>
}}}
will become:
{{{
<blockquote>blah blah</blockquote>
}}}
--
Ticket URL: <http://trac.bbpress.org/ticket/675>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list