From 80cb8da9c33e5ac6a73d695bcc079c7b1f5fd88b 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: https://develop.svn.wordpress.org/trunk@24984 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 *