[wp-trac] Re: [WordPress Trac] #2635: edit-pages.php paging cuts
off children
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 2 21:37:18 GMT 2006
#2635: edit-pages.php paging cuts off children
----------------------------+-----------------------------------------------
Reporter: skeltoac | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Administration | Version: 2.0.2
Severity: major | Resolution: worksforme
Keywords: |
----------------------------+-----------------------------------------------
Changes (by markjaquith):
* status: new => closed
* resolution: => worksforme
* milestone: 2.2 =>
Comment:
Not an issue for 2.1 or 2.0.5... they're both querying all pages.
2.1:
{{{
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (post_type = 'page' AND
(post_status = 'publish' OR post_status = 'future' OR post_status =
'draft' OR post_status = 'private')) ORDER BY menu_order DESC
}}}
2.0.5:
{{{
SELECT * FROM wp_posts WHERE post_status = 'static'
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/2635#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list