Closed wadehammes closed 7 years ago
Currently, on updated plugin, the field in the widget to set max rows isn't working, my site is showing double of what number I set in this field.
Line 104 of the AnalyticsPopularWidget.php reads:
'showposts' => $instance['num_posts'] * 2
I'll submit a PR fixing this.
Currently, on updated plugin, the field in the widget to set max rows isn't working, my site is showing double of what number I set in this field.