Ticket #31359: 31359.diff
File 31359.diff, 749 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/post.php
3073 3073 * @type string $guid' Global Unique ID for referencing the post. 3074 3074 * @type string $post_content_filtered The filtered post content. Default empty string. 3075 3075 * @type string $post_excerpt The post excerpt. Default empty string. 3076 * @type string $post_title The post title. Default empty string. 3076 3077 * } 3077 3078 * @param bool $wp_error Optional. Whether to allow return of WP_Error on failure. Default false. 3078 3079 * @return int|WP_Error The post ID on success. The value 0 or WP_Error on failure.