Skip to:
Content

BuddyPress.org

Changeset 2122


Ignore:
Timestamp:
11/25/2009 11:43:02 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1235

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-blogs/bp-blogs-templatetags.php

    r1949 r2122  
    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
Note: See TracChangeset for help on using the changeset viewer.