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.