Remove a redundant inline comment with a typo.

props nicnicnicdevos.
fixes #30956.
Built from https://develop.svn.wordpress.org/trunk@31103


git-svn-id: http://core.svn.wordpress.org/trunk@31084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-01-08 21:29:24 +00:00
parent 24b3ee8680
commit 6e29458407
2 changed files with 1 additions and 2 deletions

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();

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31102';
$wp_version = '4.2-alpha-31103';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.