Skip to:
Content

BuddyPress.org

Ticket #1235: no-comment-echo-bravo-niner.patch

File no-comment-echo-bravo-niner.patch, 588 bytes (added by johnjamesjacoby, 16 years ago)

bp_get_comment_content fix

  • bp-blogs-templatetags.php

     
    10031003                $content = $comments_template->comment->comment_content;
    10041004                $content = apply_filters('the_content', $content);
    10051005                $content = str_replace(']]>', ']]>', $content);
    1006                 echo apply_filters( 'bp_get_comment_content', $content );
     1006                return apply_filters( 'bp_get_comment_content', $content );
    10071007        }
    10081008
    10091009function bp_comment_date( $date_format = null, $deprecated = true ) {