Changeset 810
- Timestamp:
- 12/29/2008 06:15:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-filters.php
r641 r810 39 39 $content = str_replace( '[', '<', $content ); 40 40 $content = str_replace( ']', '>', $content ); 41 $content = wp_filter_kses( $content ); 41 42 42 43 return $content;
Note: See TracChangeset
for help on using the changeset viewer.