Helper functions to make developing solutions with WordPress MU or BuddyPress easier…
Currently it provides two functions:
get_all_blog_posts( $num_per_blog = 1, $orderby = 'date', $sort = 'post_date_gmt' )get_all_blog_comments( $num_per_blog = 1, $orderby = 'comment_date_gmt', $sort = 'comment_date_gmt' )
This plugin may or may not be useful once WordPress 3.0 ships with MU merged into the main trunk.
Change Log:
[plugin changelog]