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);
Finance 'n' IT matters
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);