diff --git a/wp-includes/class-wp-comment.php b/wp-includes/class-wp-comment.php index 32c5442aae..0e9f88a352 100644 --- a/wp-includes/class-wp-comment.php +++ b/wp-includes/class-wp-comment.php @@ -33,7 +33,7 @@ final class WP_Comment { public $comment_post_ID = 0; /** - * Comment author ID. + * Comment author name. * * @since 4.4.0 * @access public diff --git a/wp-includes/version.php b/wp-includes/version.php index 79b55fbc61..d9b87cb3c4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-1453041974146'; +$wp_version = '4.5-alpha-1453042813410'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.