From ccb93ac4c788f99257dab5d70d6ba5d17ad7085d Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 11 Apr 2010 15:23:20 +0000 Subject: [PATCH] Add @since. git-svn-id: http://svn.automattic.com/wordpress/trunk@14073 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment-template.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 7115567aac..6da86096e4 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1133,6 +1133,8 @@ function cancel_comment_reply_link($text = '') { /** * Retrieve hidden input HTML for replying to comments. * + * @since 3.0.0 + * * @return string Hidden input HTML for replying to comments */ function get_comment_id_fields() {