﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
7326,get_posts not working properly,wpcandy,pyadav,"Here's an example of a get_posts code block that doesn't work. I don't think any get_posts queries are working.

<?php $lastposts = get_posts('numberposts=1&category=7&orderby=post_date&order=DESC');
foreach($lastposts as $post) :
setup_postdata($post);
?>",defect (bug),closed,high,2.6.2,General,2.6,blocker,fixed,needs-unit-tests,jon@…
