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