phpdoc typo fix. Props Caspie. fixes #17616

git-svn-id: http://svn.automattic.com/wordpress/trunk@18080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-05-31 15:23:21 +00:00
parent 6d7b36269e
commit b188576030
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