Opened 6 years ago
Closed 6 years ago
#675 closed defect (worksforme)
Wordpress integration with 0.8.2.1 causes all HTML attributes to be stripped from post
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Front-end | Version: | 0.8.2.1 |
| Severity: | normal | Keywords: | integration attributes html strip |
| Cc: |
Description (last modified by mdawaffe)
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
Change History (3)
Note: See
TracTickets for help on using
tickets.
What bbPress and WordPress plugins do you have installed?
I haven't been able to reproduce this on my machine (no plugins for either).