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
This commit is contained in:
Andrew Nacin 2013-08-05 22:08:17 +00:00
parent 6a06f6ea08
commit 80cb8da9c3
1 changed files with 0 additions and 3 deletions

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
*