Viewing 1 replies (of 1 total)
  • Thread Starter suifengtec

    (@suifengtec)

    a temp hack:

    add_filter('bbp_get_reply_content','coolwp_bbp_get_the_content',100,2);
    function coolwp_bbp_get_the_content($content, $reply_id){
        return wpautop( $content );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘it's not compatible with bbPress’ is closed to new replies.