From 580cf33c81f89ad3e9338e76247e81ba1ac9c7b4 Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Sun, 14 May 2017 19:50:44 +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. Built from https://develop.svn.wordpress.org/trunk@40668 git-svn-id: http://core.svn.wordpress.org/trunk@40531 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tag-form.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index e2fe71b1cd..e3fb222bc9 100644 --- a/wp-admin/edit-tag-form.php +++ b/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 ) ) ?>"> diff --git a/wp-includes/version.php b/wp-includes/version.php index af70253ce4..30bcbf3e57 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-beta1-40667'; +$wp_version = '4.8-beta1-40668'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.