From 0853bf3d402f362c99a3ab2828debf4d5565c613 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@19034 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 c4ce1af425..38c3558ea9 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