From 8e353f294c6baf1e7ddd75603f09026bbc69ee18 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Sep 2015 18:50:24 +0000 Subject: [PATCH] Add missing translator comment after [34295]. See #31853. Built from https://develop.svn.wordpress.org/trunk@34301 git-svn-id: http://core.svn.wordpress.org/trunk@34265 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-comment.php | 7 ++++--- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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.