diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index b0827af69a..5ab4cac567 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -581,7 +581,6 @@ if ( current_user_can( $tax->cap->edit_terms ) ) {

' . __( 'Note:' ) . '
'; printf( /* translators: %s: default category */ __( 'Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s.' ), @@ -591,7 +590,9 @@ if ( current_user_can( $tax->cap->edit_terms ) ) { ?>

-

category to tag converter.' ), esc_url( $import_link ) ); ?>

+

+ category to tag converter.' ), esc_url( $import_link ) ); ?> +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 77b62e6971..9e94f45635 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43662'; +$wp_version = '5.0-alpha-43663'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.