Changeset 15590 for trunk/wp-admin/includes/post.php
- Timestamp:
- 09/07/2010 11:21:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r15491 r15590 16 16 * 17 17 * @param bool $update Are we updating a pre-existing post? 18 * @param post_data arrayArray of post data. Defaults to the contents of $_POST.18 * @param array $post_data Array of post data. Defaults to the contents of $_POST. 19 19 * @return object|bool WP_Error on failure, true on success. 20 20 */ … … 354 354 * @since unknown 355 355 * 356 * @param stringA post type string, defaults to 'post'.356 * @param string $post_type A post type string, defaults to 'post'. 357 357 * @return object stdClass object containing all the default post data as attributes 358 358 */
Note: See TracChangeset
for help on using the changeset viewer.