Ticket #1235: no-comment-echo-bravo-niner.patch
| File no-comment-echo-bravo-niner.patch, 588 bytes (added by , 16 years ago) |
|---|
-
bp-blogs-templatetags.php
1003 1003 $content = $comments_template->comment->comment_content; 1004 1004 $content = apply_filters('the_content', $content); 1005 1005 $content = str_replace(']]>', ']]>', $content); 1006 echoapply_filters( 'bp_get_comment_content', $content );1006 return apply_filters( 'bp_get_comment_content', $content ); 1007 1007 } 1008 1008 1009 1009 function bp_comment_date( $date_format = null, $deprecated = true ) {