Changeset 2809 for branches/plugin/bbp-includes/bbp-reply-template.php
- Timestamp:
- 01/15/2011 01:52:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-template.php
r2806 r2809 420 420 } 421 421 422 return apply_filters( 'bbp_get_reply_excerpt', $excerpt, $reply_id, $length );422 return apply_filters( 'bbp_get_reply_excerpt', trim ( strip_tags( $excerpt ) ), $reply_id, $length ); 423 423 } 424 424
Note: See TracChangeset
for help on using the changeset viewer.