Make WordPress Core

Ticket #19025: get_post_field_docs.diff

File get_post_field_docs.diff, 571 bytes (added by JustinSainton, 14 years ago)

Documentation patch.

  • wp-includes/post.php

     
    436436/**
    437437 * Retrieve data from a post field based on Post ID.
    438438 *
    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',
    440440 * etc and based off of the post object property or key names.
    441441 *
    442442 * The context values are based off of the taxonomy filter functions and