Changeset 4866 for trunk/includes/topics/template-tags.php
- Timestamp:
- 04/26/2013 11:00:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/topics/template-tags.php
r4845 r4866 3401 3401 } 3402 3402 3403 return apply_filters( 'bbp_get_form_topic_content', esc_textarea( $topic_content ));3403 return apply_filters( 'bbp_get_form_topic_content', $topic_content ); 3404 3404 } 3405 3405
Note: See TracChangeset
for help on using the changeset viewer.