Opened 14 years ago
Closed 14 years ago
#1426 closed defect (bug) (fixed)
Filter the content for HTML tags
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.0 | Priority: | high |
Severity: | critical | Version: | |
Component: | Back-end | Keywords: | |
Cc: |
Description
We should filter HTML tags for users who don't have the cap 'unfiltered_html'. We can probably have a new function bbp_allowed_tags()
or use the ones allowed in comments and use strip_tags
in new/edit topic/reply functions.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
The attached patch fixes #1389, #1411 and this (#1426) and adds
topic_content
and_excerpt
functions.