Ticket #30987: 30987.diff
File 30987.diff, 726 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/post.php
303 303 * post types are 'post', 'pages', and 'attachments'. The 'post_status' 304 304 * argument will accept any post status within the write administration panels. 305 305 * 306 * @internal Claims made in the long description might be inaccurate.307 306 * @since 2.0.0 308 307 * 309 308 * @see get_posts() 309 * @todo Check validity of description. 310 310 * 311 311 * @param mixed $args Optional. User defined arguments for replacing the defaults. Default empty. 312 312 * @param string $output Optional. Constant for return type. Accepts OBJECT, ARRAY_A, ARRAY_N.