From 2b4f8ff69ebf2e83eabbbdb83c4d2ef0de31b00b Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 21 Jan 2019 04:50:50 +0000 Subject: [PATCH] Terms: Show error colours when a term fails to update. Props birgire, afercia, jaymanpandya. Fixes #43703. Built from https://develop.svn.wordpress.org/trunk@44663 git-svn-id: http://core.svn.wordpress.org/trunk@44494 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tag-form.php | 16 ++++++++++------ wp-includes/version.php | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index d9658bbc03..3a49692034 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -70,18 +70,22 @@ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>

labels->edit_item; ?>

- -
+ + - +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 7fb21fcb56..47e52d8feb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta1-44662'; +$wp_version = '5.1-beta1-44663'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.