From 6e294584074933574b0df0f882042505285c2d15 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Jan 2015 21:29:24 +0000 Subject: [PATCH] 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 --- wp-includes/comment-template.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 0a41244ea7..b6dff4e527 100644 --- a/wp-includes/comment-template.php +++ b/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(); diff --git a/wp-includes/version.php b/wp-includes/version.php index c91fb0aaa9..4cffb20193 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.