Changeset 4866 for trunk/includes/replies/template-tags.php
- Timestamp:
- 04/26/2013 11:00:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/template-tags.php
r4844 r4866 2104 2104 } 2105 2105 2106 return apply_filters( 'bbp_get_form_reply_content', esc_textarea( $reply_content ));2106 return apply_filters( 'bbp_get_form_reply_content', $reply_content ); 2107 2107 } 2108 2108
Note: See TracChangeset
for help on using the changeset viewer.