Changeset 1032 for trunk/bp-forums/bp-forums-filters.php
- Timestamp:
- 02/09/2009 06:52:51 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-filters.php
r927 r1032 51 51 function bp_forums_filter_decode( $content ) { 52 52 $content = str_replace( '/amp/', '&', $content ); 53 $content = html_entity_decode( $content, ENT_COMPAT, "UTF-8" );53 $content = @html_entity_decode( $content, ENT_COMPAT, "UTF-8" ); 54 54 $content = str_replace( '[', '<', $content ); 55 55 $content = str_replace( ']', '>', $content );
Note: See TracChangeset
for help on using the changeset viewer.