From da75c0cdb61514467ff10564cb80922eac34f60b Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Tue, 29 Jan 2019 19:10:49 +0000 Subject: [PATCH] Comments: Restore a removed fieldset legend after [44466]. In the Edit Comment page: - moves the "Author" `h2` heading out of the form fieldset - removes an unnecessary `` element - adds a visually hidden legend element to the fieldset - uses an existing string "Comment Author" Fixes #43586. Built from https://develop.svn.wordpress.org/trunk@44712 git-svn-id: http://core.svn.wordpress.org/trunk@44543 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-comment.php | 5 ++--- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 3e48f937e7..4a2f279a94 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -40,10 +40,9 @@ if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_
+

-

- -

+ diff --git a/wp-includes/version.php b/wp-includes/version.php index 42b595c03e..73e1212d0e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta2-44711'; +$wp_version = '5.1-beta2-44712'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.