From a33d61543397fb74c9a0a5d3371df36e7a980366 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 25 Oct 2017 11:10:12 +0000 Subject: [PATCH] Permalinks: Change mention of URI to URL in the description of `%category%` tag. Props danieltj, tobifjellner. Fixes #42147. git-svn-id: https://develop.svn.wordpress.org/trunk@42023 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-permalink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index 00d58c56be..68ddfbe361 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/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.)' ), );