diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 00d58c56be..68ddfbe361 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -231,7 +231,7 @@ $structures = array( /* translators: %s: permalink structure tag */ 'postname' => __( '%s (The sanitized post title (slug).)' ), /* translators: %s: permalink structure tag */ - 'category' => __( '%s (Category slug. Nested sub-categories appear as nested directories in the URI.)' ), + 'category' => __( '%s (Category slug. Nested sub-categories appear as nested directories in the URL.)' ), /* translators: %s: permalink structure tag */ 'author' => __( '%s (A sanitized version of the author name.)' ), ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 7fa0b4c168..3d509eb8af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta4-42022'; +$wp_version = '4.9-beta4-42023'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.