s/parem/param/. props Latz. fixes #19823.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bddf5d4ba8
commit
2e8a358541
|
@ -5076,7 +5076,7 @@ function wp_get_post_parent_id( $post_ID ) {
|
|||
* @uses wp_find_hierarchy_loop()
|
||||
*
|
||||
* @param int $post_parent ID of the parent for the post we're checking.
|
||||
* @parem int $post_ID ID of the post we're checking.
|
||||
* @param int $post_ID ID of the post we're checking.
|
||||
*
|
||||
* @return int The new post_parent for the post.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue