Changeset 4750 for trunk/includes/core/filters.php
- Timestamp:
- 02/01/2013 04:39:22 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/filters.php
r4740 r4750 93 93 94 94 // Code filters on output (hooked in early for plugin compatibility) 95 add_filter( 'bbp_get_reply_content', 'bbp_encode_bad', 2 );96 95 add_filter( 'bbp_get_reply_content', 'bbp_code_trick', 3 ); 97 add_filter( 'bbp_get_topic_content', 'bbp_encode_bad', 2 );98 96 add_filter( 'bbp_get_topic_content', 'bbp_code_trick', 3 ); 99 97
Note: See TracChangeset
for help on using the changeset viewer.