diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index ea92a2d16a..9208bd19eb 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -101,6 +101,18 @@ do_action( "{$taxonomy}_term_edit_form_tag" ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 40e1fca2f8..e4a672fb4f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36525'; +$wp_version = '4.5-alpha-36526'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.