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
This commit is contained in:
nacin 2011-10-21 17:13:26 +00:00
parent 50997f28b1
commit 00a31d6d19
1 changed files with 1 additions and 1 deletions

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