diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 5c18f1e638..6943f2b303 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -235,7 +235,7 @@ function create_initial_taxonomies() { 'singular_name' => _x( 'Pattern Category', 'taxonomy singular name' ), 'add_new_item' => __( 'Add New Category' ), 'add_or_remove_items' => __( 'Add or remove pattern categories' ), - 'back_to_items' => __( '← Go to pattern categories' ), + 'back_to_items' => __( '← Go to Pattern Categories' ), 'choose_from_most_used' => __( 'Choose from the most used pattern categories' ), 'edit_item' => __( 'Edit Pattern Category' ), 'item_link' => __( 'Pattern Category Link' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 7990f101d4..3f007e6d9f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57334'; +$wp_version = '6.5-alpha-57335'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.