Make WordPress Core

Changeset 42023


Ignore:
Timestamp:
10/25/2017 11:10:12 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Permalinks: Change mention of URI to URL in the description of %category% tag.

Props danieltj, tobifjellner.
Fixes #42147.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-permalink.php

    r41986 r42023  
    232232                    'postname' => __( '%s (The sanitized post title (slug).)' ),
    233233                    /* translators: %s: permalink structure tag */
    234                     'category' => __( '%s (Category slug. Nested sub-categories appear as nested directories in the URI.)' ),
     234                    'category' => __( '%s (Category slug. Nested sub-categories appear as nested directories in the URL.)' ),
    235235                    /* translators: %s: permalink structure tag */
    236236                    'author'   => __( '%s (A sanitized version of the author name.)' ),
Note: See TracChangeset for help on using the changeset viewer.