get_overall_rating_stars not working outside of the loop
-
I found that get_overall_rating_stars did not work outside of the loop. After some digging, I found:
Line 130: public static function get_overall_rating_stars()Is missing the parameter $comment_id:
Line 130: public static function get_overall_rating_stars($comment_id)
(and it should really be changed to $post_id)A fix in the next release?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_overall_rating_stars not working outside of the loop’ is closed to new replies.