Changeset 4323 for trunk/includes/core/filters.php
- Timestamp:
- 11/03/2012 10:14:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/filters.php
r4304 r4323 128 128 add_filter( 'bbp_get_reply_content', 'convert_smilies', 20 ); 129 129 add_filter( 'bbp_get_reply_content', 'wpautop', 30 ); 130 add_filter( 'bbp_get_reply_content', 'bbp_mention_filter', 40 ); 130 131 131 132 // Run filters on topic content … … 137 138 add_filter( 'bbp_get_topic_content', 'convert_smilies', 20 ); 138 139 add_filter( 'bbp_get_topic_content', 'wpautop', 30 ); 140 add_filter( 'bbp_get_topic_content', 'bbp_mention_filter', 40 ); 139 141 140 142 // Add number format filter to functions requiring numeric output
Note: See TracChangeset
for help on using the changeset viewer.