Changeset 23213
- Timestamp:
- 12/27/2012 03:49:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5/wp-includes/post.php
r23209 r23213 683 683 function get_post_ancestors( $post ) { 684 684 if ( ! $post ) 685 return false;685 return array(); 686 686 687 687 $post = get_post( $post );
Note: See TracChangeset
for help on using the changeset viewer.