From 7ebbe03a1f3f22180f769b84064ce656334d13ef Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Oct 2015 07:00:25 +0000 Subject: [PATCH] Acessibility: "Add New Category" links on Edit Post screen should not be a header. Props afercia. Fixes #33557. Built from https://develop.svn.wordpress.org/trunk@35129 git-svn-id: http://core.svn.wordpress.org/trunk@35094 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 16 +++++++--------- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 1115213730..e7aa1c126f 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -505,14 +505,12 @@ function post_categories_meta_box( $post, $box ) { cap->edit_terms ) ) : ?>
-

- - labels->add_new_item ); - ?> - -

+ + labels->add_new_item ); + ?> +

@@ -941,7 +939,7 @@ function link_categories_meta_box($link) {

-

+