Changeset 8019
- Timestamp:
- 05/30/08 20:31:45 (6 months ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r8011 r8019 194 194 * @since 2.5 195 195 * 196 * @param string $field {@internal Missing Description}} 197 * @param int|object &$post post ID or post object 196 * @param int|object $post post ID or post object 198 197 * @return array of ancestor IDs 199 198 */ 200 199 function get_post_ancestors($post) { 201 $post = get_post( );200 $post = get_post($post); 202 201 203 202 if ( !empty($post->ancestors) )
