Monday, May 21, 2012

Comment Rating plugin not working with Thesis 1.7 Theme – Fix

May 18, 2010 by Ayo Akinyemi · Leave a Comment 

Modify /lib/classes/comments.php Change line 276 : if ($output) echo $output; To: if ($output) echo apply_filters(‘comment_text’,$output);