From 2e8a35854169dad4247ea5aeb59f341157fc5036 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 24 Jan 2012 21:52:49 +0000 Subject: [PATCH] s/parem/param/. props Latz. fixes #19823. git-svn-id: http://svn.automattic.com/wordpress/trunk@19744 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 01d8f7868..4c2a32e77 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. */