A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj

git-svn-id: https://develop.svn.wordpress.org/trunk@13425 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-26 05:46:08 +00:00
parent e3b9237738
commit 9b78314c05
9 changed files with 13 additions and 13 deletions

View File

@@ -1255,7 +1255,7 @@ function gzip_compression() {
* @see get_comment()
*
* @param int $comment_ID The ID of the comment
* @param int $no_cache Whether to use the cache (casted to bool)
* @param int $no_cache Whether to use the cache (cast to bool)
* @param bool $include_unapproved Whether to include unapproved comments
* @return array The comment data
*/