From 7cb5ca6b33bffbefb2221e08417188fcec30c011 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 18 Nov 2015 17:33:30 +0000 Subject: [PATCH] I18N: Remove `` tag from translatable string in `wp-admin/comment.php`. Props ramiy. See #34686. Built from https://develop.svn.wordpress.org/trunk@35665 git-svn-id: http://core.svn.wordpress.org/trunk@35629 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/comment.php | 17 ++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/wp-admin/comment.php b/wp-admin/comment.php index 1532e944b7..939f77ee1c 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -194,15 +194,14 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved - %2$s at %3$s' ), - esc_url( get_comment_link( $comment ) ), - /* translators: comment date format. See http://php.net/date */ - get_comment_date( __( 'Y/m/d' ), $comment ), - get_comment_date( get_option( 'time_format' ), $comment ) - ); - ?> + diff --git a/wp-includes/version.php b/wp-includes/version.php index f1cdf367ca..962d913251 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta4-35664'; +$wp_version = '4.4-beta4-35665'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.