Changeset 4879
- Timestamp:
- 05/03/2013 05:35:35 AM (13 years ago)
- File:
-
- 1 edited
-
branches/2.3/includes/common/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/includes/common/template-tags.php
r4878 r4879 1688 1688 1689 1689 // If using tinymce, remove our escaping and trust tinymce 1690 if ( true === $r['tinymce']) {1690 if ( bbp_use_wp_editor() && ( true === $r['tinymce'] ) ) { 1691 1691 remove_filter( 'bbp_get_form_forum_content', 'esc_textarea' ); 1692 1692 remove_filter( 'bbp_get_form_topic_content', 'esc_textarea' );
Note: See TracChangeset
for help on using the changeset viewer.