From 838bb8c0c563538fa047f2daecb467ee1f7813c7 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 24 Jan 2012 21:52:49 +0000 Subject: [PATCH] s/parem/param/. props Latz. fixes #19823. git-svn-id: https://develop.svn.wordpress.org/trunk@19744 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index 01d8f78685..4c2a32e77c 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -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. */