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
This commit is contained in:
parent
3a3f3c435d
commit
a33d615433
@ -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.)' ),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user