diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php
index a9f25a28af..3bccac9a7b 100644
--- a/wp-admin/edit-form-comment.php
+++ b/wp-admin/edit-form-comment.php
@@ -94,7 +94,8 @@ $datef = __( 'M j, Y @ H:i' );
?>
' . date_i18n( $datef, strtotime( $comment->comment_date ) ) . ''
);
?>
@@ -117,7 +118,7 @@ if ( current_user_can( 'edit_post', $post_id ) ) {
' . $post_link . ''
); ?>
@@ -132,7 +133,7 @@ if ( $comment->comment_parent ) :
?>
' . $name . ''
); ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index f8df05a57d..002c8dfae7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.4-alpha-34300';
+$wp_version = '4.4-alpha-34301';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.