From 777699e8372ec0c4aa46c1a1c45034b1468ba3f0 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Tue, 18 Feb 2014 21:45:13 +0000
Subject: [PATCH] Correct @since value. see #26869. Built from
 https://develop.svn.wordpress.org/trunk@27192

git-svn-id: http://core.svn.wordpress.org/trunk@27051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
 wp-comments-post.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp-comments-post.php b/wp-comments-post.php
index 4ce830789f..6196c36842 100644
--- a/wp-comments-post.php
+++ b/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.
 	 */