Make WordPress Core


Ignore:
Timestamp:
11/18/2010 07:12:48 PM (14 years ago)
Author:
nacin
Message:

More param fixes, props duck_. see #14783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r16438 r16469  
    50435043 * @since 2.0.0
    50445044 *
    5045  * @param string A post type string, defaults to 'post'.
     5045 * @param string $post_type A post type string, defaults to 'post'.
     5046 * @param bool $create_in_db If true then also insert an auto-draft into database
    50465047 * @return object stdClass object containing all the default post data as attributes
    50475048 */
Note: See TracChangeset for help on using the changeset viewer.