From 32b262fa1c9af8963e427954d9c683f97de39188 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 4 Apr 2016 23:33:27 +0000 Subject: [PATCH] Comments: Wrap the formatted comment text on the comment moderation screen in `comment_text()` so paragraphs and texturisation are applied. Fixes #34133 Built from https://develop.svn.wordpress.org/trunk@37158 git-svn-id: http://core.svn.wordpress.org/trunk@37124 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/comment.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/comment.php b/wp-admin/comment.php index c961d1cbb2..ffca93ef88 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -212,7 +212,7 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved - comment_content; ?> +

comment_ID}" ); ?>">

diff --git a/wp-includes/version.php b/wp-includes/version.php index b4fb3661ad..e8e98a4a91 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-RC1-37157'; +$wp_version = '4.5-RC1-37158'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.