From f1787056de051fddf25df0e3d715c8aa279f7a14 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 14 Oct 2015 17:44:24 +0000 Subject: [PATCH] Bump the "Status" H3 heading to H2 on the Edit Comment screen for better accessibility. Fixes #34286. Built from https://develop.svn.wordpress.org/trunk@35160 git-svn-id: http://core.svn.wordpress.org/trunk@35126 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-comment.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 3bccac9a7b..92911db23a 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -73,7 +73,7 @@ if ( $comment->comment_post_ID > 0 ):
-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index ee5d58f3a6..b49fc224f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35159'; +$wp_version = '4.4-alpha-35160'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.