From c96947757aa4695303398af66c202945250bb176 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Jan 2015 21:28:11 +0000 Subject: [PATCH] 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 --- src/wp-includes/comment-template.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 0a41244ea7..b6dff4e527 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -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();