Ticket #19025: get_post_field_docs.diff
File get_post_field_docs.diff, 571 bytes (added by , 14 years ago) |
---|
-
wp-includes/post.php
436 436 /** 437 437 * Retrieve data from a post field based on Post ID. 438 438 * 439 * Examples of the post field will be, 'post_type', 'post_status', ' content',439 * Examples of the post field will be, 'post_type', 'post_status', 'post_content', 440 440 * etc and based off of the post object property or key names. 441 441 * 442 442 * The context values are based off of the taxonomy filter functions and