Uses
| Uses | Description | 
|---|---|
| wp-includes/post.php: get_children() | Retrieve all children of the post parent ID. | 
| wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. | 
| wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. | 
| wp-includes/revision.php: wp_revisions_enabled() | Determine if revisions are enabled for a given post. |