Make WordPress Core

Ticket #30987: 30987.diff

File 30987.diff, 726 bytes (added by DrewAPicture, 10 years ago)
  • src/wp-includes/post.php

     
    303303 * post types are 'post', 'pages', and 'attachments'. The 'post_status'
    304304 * argument will accept any post status within the write administration panels.
    305305 *
    306  * @internal Claims made in the long description might be inaccurate.
    307306 * @since 2.0.0
    308307 *
    309308 * @see get_posts()
     309 * @todo Check validity of description.
    310310 *
    311311 * @param mixed  $args   Optional. User defined arguments for replacing the defaults. Default empty.
    312312 * @param string $output Optional. Constant for return type. Accepts OBJECT, ARRAY_A, ARRAY_N.