From 579c7cd3bfa4cbd6681e41b70081c58e6365af46 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 22 Feb 2015 09:49:38 +0000 Subject: [PATCH] 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 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index bedf2bf439..04a6cb77a3 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -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.