phpdoc typo fix. Props Caspie. fixes #17616

git-svn-id: https://develop.svn.wordpress.org/trunk@18080 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-05-31 15:23:21 +00:00
parent c70ed39223
commit 9eb9cb1e01
1 changed files with 1 additions and 1 deletions

View File

@ -1333,7 +1333,7 @@ function set_post_type( $post_id = 0, $post_type = 'post' ) {
* 'meta_value' - See {@link WP_Query::query()} for more.
* 'post_type' - Default is 'post'. Can be 'page', or 'attachment' to name a few.
* 'post_parent' - The parent of the post or post type.
* 'post_status' - Default is 'published'. Post status to retrieve.
* 'post_status' - Default is 'publish'. Post status to retrieve.
*
* @since 1.2.0
* @uses $wpdb