wppp.php line 209 went from id="wppp_list" to class='wppp_list'
and broke my jQuery code (which requires an ID) on http://gregrickaby.com
Is there a way to switch it back? I tried list_tag without success.
<?php WPPP_show_popular_posts( "list_tag=wppp_list&title=&number=5&days=7&format=<a href='%post_permalink%' title='%post_title_attribute%'>%post_title%</a><span class='trending-bar'><span class='trending-count'>%post_views%</span></span>" );?>
(in the mean time, I hacked wppp.php and added the ID back)