humanmade / comment-popularity

Allow visitors to vote on comments
MIT License
25 stars 15 forks source link

Refactor get_comments_sorted_by_weight #52

Closed pdewouters closed 10 years ago

pdewouters commented 10 years ago

Instead of passing a comments object, we can pass the post ID and run a WP_Comment_Query. Then we can use this in the widget class. It will be easier to test.