Ticket #22882: 22882.diff
File 22882.diff, 306 bytes (added by , 12 years ago) |
---|
-
wp-includes/post.php
diff --git wp-includes/post.php wp-includes/post.php index 54f17f4..581ca52 100644
final class WP_Post { 682 682 */ 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 ); 688 688