From 72f51642c5aec99fa281e7e0ecf5781b3af5bdf3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 11 Apr 2010 15:23:20 +0000 Subject: [PATCH] Add @since. git-svn-id: https://develop.svn.wordpress.org/trunk@14073 602fd350-edb4-49c9-b593-d223f7449a82 --- 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() {