diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index 0b00ded844..419ddf942e 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -91,11 +91,15 @@ do_action( "{$taxonomy}_term_edit_form_tag" ); slug ) ? apply_filters( 'editable_slug', $tag->slug ) : ''; ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index d77777d50f..f15af0b04b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31687'; +$wp_version = '4.2-alpha-31688'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.