[Bb-trac] Re: [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
Fri Jun 29 07:19:50 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                             |   Resolution:         
 Keywords:  integration attributes html strip  |  
-----------------------------------------------+----------------------------
Old description:

> 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>
> }}}

New description:

 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>
 }}}

 http://bbpress.org/forums/topic/missing-attributes-after-upgrade-to-0821

-- 
Ticket URL: <http://trac.bbpress.org/ticket/675#comment:2>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list