From 6bb179d8807d964efe7b61436b59de8f6e6561c4 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 5 Aug 2013 22:08:17 +0000 Subject: [PATCH] Remove redundant sentence in the docblock of get_comment(). props jdgrimes, fixes #24904. git-svn-id: http://core.svn.wordpress.org/trunk@24984 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 4d4c9bc496..312f384a79 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -117,9 +117,6 @@ function get_approved_comments($post_id) { * after being passed through a filter. If the comment is empty, then the global * comment variable will be used, if it is set. * - * If the comment is empty, then the global comment variable will be used, if it - * is set. - * * @since 2.0.0 * @uses $wpdb *