Remove a stray single quote in `wp_insert_post()` documentation.
see #31359. git-svn-id: https://develop.svn.wordpress.org/trunk@31496 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
18ffeef266
commit
579c7cd3bf
|
@ -3085,7 +3085,7 @@ function wp_get_recent_posts( $args = array(), $output = ARRAY_A ) {
|
|||
* @type int $post_parent Set this for the post it belongs to, if any. Default 0.
|
||||
* @type int $menu_order The order the post should be displayed in. Default 0.
|
||||
* @type string $post_mime_type The mime type of the post. Default empty.
|
||||
* @type string $guid' Global Unique ID for referencing the post. Default empty.
|
||||
* @type string $guid Global Unique ID for referencing the post. Default empty.
|
||||
* }
|
||||
* @param bool $wp_error Optional. Whether to allow return of WP_Error on failure. Default false.
|
||||
* @return int|WP_Error The post ID on success. The value 0 or WP_Error on failure.
|
||||
|
|
Loading…
Reference in New Issue