Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

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

    r15491 r15590  
    1616 *
    1717 * @param bool $update Are we updating a pre-existing post?
    18  * @param post_data array Array of post data. Defaults to the contents of $_POST.
     18 * @param array $post_data Array of post data. Defaults to the contents of $_POST.
    1919 * @return object|bool WP_Error on failure, true on success.
    2020 */
     
    354354 * @since unknown
    355355 *
    356  *@param string A post type string, defaults to 'post'.
     356 * @param string $post_type A post type string, defaults to 'post'.
    357357 * @return object stdClass object containing all the default post data as attributes
    358358 */
Note: See TracChangeset for help on using the changeset viewer.