Ticket #19823: post.diff
| File post.diff, 482 bytes (added by Latz, 17 months ago) |
|---|
-
wp-includes/post.php
5067 5067 * @uses wp_find_hierarchy_loop() 5068 5068 * 5069 5069 * @param int $post_parent ID of the parent for the post we're checking. 5070 * @par em int $post_ID ID of the post we're checking.5070 * @param int $post_ID ID of the post we're checking. 5071 5071 * 5072 5072 * @return int The new post_parent for the post. 5073 5073 */
