mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
5176354f22
commit
0853bf3d40
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user