From a0902e8a138a885ee73d490bd593aced4812ce5b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 6 Mar 2017 13:15:20 +0000 Subject: [PATCH] Taxonomy: Correct the formatting of HTML entities when generating the screen reader text for tag removal. Props adamsilverstein Merges [40181] to the 4.7 branch. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@40182 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/js/tags-box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/js/tags-box.js b/src/wp-admin/js/tags-box.js index 7535fbffd0..3867c7d6f0 100644 --- a/src/wp-admin/js/tags-box.js +++ b/src/wp-admin/js/tags-box.js @@ -92,7 +92,7 @@ var tagBox, array_unique_noempty; */ xbutton = $( '' ); xbutton.on( 'click keypress', function( e ) {