From 41887b0aab60ce5e8d3244d4a449df757b154c99 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 22 Jan 2013 03:08:05 +0000 Subject: [PATCH] Fix typo in phpdoc. props AKTed, ocean90. fixes #23242. git-svn-id: https://develop.svn.wordpress.org/trunk@23311 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index 72b14bde1e..a28b133718 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -2665,7 +2665,7 @@ function wp_get_recent_posts( $args = array(), $output = ARRAY_A ) { * * If the $postarr parameter has 'ID' set to a value, then post will be updated. * - * You can set the post date manually, but setting the values for 'post_date' + * You can set the post date manually, by setting the values for 'post_date' * and 'post_date_gmt' keys. You can close the comments or open the comments by * setting the value for 'comment_status' key. *