#3189 closed enhancement (fixed)
get_children() should use get_posts()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
Attached makes get_children() more useful for plugins by going through get_posts().
- Alter get_posts() to accept post_parent, post_type, post_status.
- get_children() calls get_posts().
Please check to ensure backwards compatibility.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Looks good offhand. Will test.