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
This commit is contained in:
Andrew Nacin 2013-08-05 22:08:17 +00:00
parent 08c4061af7
commit 6bb179d880

View File

@ -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
*