Make WordPress Core

Ticket #31359: 31359.diff

File 31359.diff, 749 bytes (added by atimmer, 10 years ago)
  • src/wp-includes/post.php

     
    30733073 *     @type string $guid'                 Global Unique ID for referencing the post.
    30743074 *     @type string $post_content_filtered The filtered post content. Default empty string.
    30753075 *     @type string $post_excerpt          The post excerpt. Default empty string.
     3076 *     @type string $post_title            The post title. Default empty string.
    30763077 * }
    30773078 * @param bool  $wp_error Optional. Whether to allow return of WP_Error on failure. Default false.
    30783079 * @return int|WP_Error The post ID on success. The value 0 or WP_Error on failure.