s/parem/param/. props Latz. fixes #19823.

git-svn-id: https://develop.svn.wordpress.org/trunk@19744 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-01-24 21:52:49 +00:00
parent a9b6163795
commit 838bb8c0c5
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/