[wp-trac] Re: [WordPress Trac] #10338: Auto-save auto-updates
published pages
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 3 23:48:15 UTC 2009
#10338: Auto-save auto-updates published pages
--------------------------+-------------------------------------------------
Reporter: bilge | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Autosave | Version:
Severity: normal | Keywords: autosave publish update
--------------------------+-------------------------------------------------
Comment(by bilge):
I find that highly unlikely since I'm actually querying the results
directly with:
{{{
query_posts(array(
'post_type' => 'page',
'post_status' => 'publish',
'orderby' => 'menu_order',
'order' => 'ASC',
'posts_per_page' => -1,
));
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10338#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list