Changeset 8020
- Timestamp:
- 05/30/08 20:31:58 (3 months ago)
- Files:
-
- branches/2.5/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/post.php
r7926 r8020 200 200 * @since 2.5 201 201 * 202 * @param string $field {@internal Missing Description}} 203 * @param int|object &$post post ID or post object 202 * @param int|object $post post ID or post object 204 203 * @return array of ancestor IDs 205 204 */ 206 205 function get_post_ancestors($post) { 207 $post = get_post( );206 $post = get_post($post); 208 207 209 208 if ( !empty($post->ancestors) )
