Remove a redundant inline comment with a typo.

props nicnicnicdevos.
fixes #30956.

git-svn-id: https://develop.svn.wordpress.org/trunk@31103 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-08 21:28:11 +00:00
parent 6ffb5feab9
commit c96947757a

View File

@ -1138,7 +1138,6 @@ function comments_template( $file = '/comments.php', $separate_comments = false
/*
* Comment author information fetched from the comment cookies.
* Uuses wp_get_current_commenter().
*/
$commenter = wp_get_current_commenter();