From e51c79084435a2951ff804d694ae2797889c99bf Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Tue, 5 Jan 2016 16:07:27 +0000 Subject: [PATCH] Comments: Remove orphaned closing `td` tag within cancel button of Moderate Comment screen. Left behind in r31641. See #23988. Props ash.matadeen. Built from https://develop.svn.wordpress.org/trunk@36173 git-svn-id: http://core.svn.wordpress.org/trunk@36140 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 7895be6c5e..9bfcd2ee25 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -214,7 +214,7 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved

- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 66e1181789..c628828e7b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36172'; +$wp_version = '4.5-alpha-36173'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.