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:
parent
24b3ee8680
commit
6e29458407
|
@ -1138,7 +1138,6 @@ function comments_template( $file = '/comments.php', $separate_comments = false
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Comment author information fetched from the comment cookies.
|
* Comment author information fetched from the comment cookies.
|
||||||
* Uuses wp_get_current_commenter().
|
|
||||||
*/
|
*/
|
||||||
$commenter = wp_get_current_commenter();
|
$commenter = wp_get_current_commenter();
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue