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
This commit is contained in:
Andrew Nacin 2011-10-21 17:13:26 +00:00
parent 5176354f22
commit 0853bf3d40

View File

@ -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