From ddcd8b6ddb14fcbf458162c0cb3d1b29840936a6 Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Sun, 14 May 2017 19:49:53 +0000 Subject: [PATCH] Taxonomy: Remove extraneous `'` included in Term delete markup. Unmatched single quotation mark after the delete link href was introduced in r40655. Props Chouby. Fixes #9777. git-svn-id: https://develop.svn.wordpress.org/trunk@40668 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tag-form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/edit-tag-form.php b/src/wp-admin/edit-tag-form.php index e2fe71b1cd..e3fb222bc9 100644 --- a/src/wp-admin/edit-tag-form.php +++ b/src/wp-admin/edit-tag-form.php @@ -262,7 +262,7 @@ do_action( "{$taxonomy}_edit_form", $tag, $taxonomy ); term_id ) ) : ?> - term_id", 'delete-tag_' . $tag->term_id ) ) ?>"'> + term_id", 'delete-tag_' . $tag->term_id ) ) ?>">