From 47510a2092971c1e31680fb932b9ef47f2fd753b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 18 Feb 2014 21:44:14 +0000 Subject: [PATCH] Correct @since value. see #26869. git-svn-id: https://develop.svn.wordpress.org/trunk@27192 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-comments-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-comments-post.php b/src/wp-comments-post.php index 4ce830789f..6196c36842 100644 --- a/src/wp-comments-post.php +++ b/src/wp-comments-post.php @@ -62,7 +62,7 @@ if ( ! comments_open( $comment_post_ID ) ) { /** * Fires when a comment is attempted on a post in draft mode. * - * @since 1.5.2 + * @since 1.5.1 * * @param int $comment_post_ID Post ID. */