From 00a31d6d196b17d8f7b008aec5c28c858dc5ea5a Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 21 Oct 2011 17:13:26 +0000 Subject: [PATCH] Correct docs for get_post_field(). props JustinSainton, fixes #19025. git-svn-id: http://svn.automattic.com/wordpress/trunk@19034 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 c4ce1af42..38c3558ea 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -436,7 +436,7 @@ function get_post_ancestors($post) { /** * Retrieve data from a post field based on Post ID. * - * Examples of the post field will be, 'post_type', 'post_status', 'content', + * Examples of the post field will be, 'post_type', 'post_status', 'post_content', * etc and based off of the post object property or key names. * * The context values are based off of the taxonomy filter functions and