Make WordPress Core

Changeset 31496


Ignore:
Timestamp:
02/22/2015 09:49:38 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Remove a stray single quote in wp_insert_post() documentation.

see #31359.

File:
1 edited

Legend:

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

    r31486 r31496  
    30863086 *     @type int    $menu_order            The order the post should be displayed in. Default 0.
    30873087 *     @type string $post_mime_type        The mime type of the post. Default empty.
    3088  *     @type string $guid'                 Global Unique ID for referencing the post. Default empty.
     3088 *     @type string $guid                  Global Unique ID for referencing the post. Default empty.
    30893089 * }
    30903090 * @param bool  $wp_error Optional. Whether to allow return of WP_Error on failure. Default false.
Note: See TracChangeset for help on using the changeset viewer.