[wp-trac] Re: [WordPress Trac] #6439: Manage posts filter ignores
drafts
WordPress Trac
wp-trac at lists.automattic.com
Sat Mar 29 06:50:54 GMT 2008
#6439: Manage posts filter ignores drafts
----------------------------+-----------------------------------------------
Reporter: bryan868 | Owner: ryan
Type: defect | Status: new
Priority: high | Milestone: 2.5.1
Component: Administration | Version: 2.5
Severity: critical | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Changes (by matt):
* owner: anonymous => ryan
* severity: normal => critical
* milestone: 2.5 => 2.5.1
Comment:
This is because the category stuff now goes through get_categories ->
get_terms -> rabbit hole and that has no support for post_status in those
lower level functions. I think it worked before because we did a direct
SQL query, like we currently do for the dates. I can fix the dates easily,
but the category stuff would touch a lot of files and I'm not comfortable
with doing it right before a release, so putting this on 2.5.1 as a high
priority.
--
Ticket URL: <http://trac.wordpress.org/ticket/6439#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list