Opened 7 years ago
Closed 7 years ago
#42147 closed defect (bug) (fixed)
Change mention of URI to URL in /wp-admin/options-permalink.php
Reported by: | tobifjellner | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Permalinks | Keywords: | has-patch needs-testing dev-feedback |
Focuses: | Cc: |
Description
/wp-admin/options-permalink.php:L228
Mentions the term URI. Although this abbreviation is (also) correct, I suggest we use URL here, in order not to introduce a new term that's not used anywhere else in WordPress core.
Snippet of current code:
'category' => __( '%s (Category slug. Nested sub-categories appear as nested directories in the URI.)' ),
Attachments (1)
Change History (8)
#2
@
7 years ago
- Keywords has-patch needs-testing added
Smallest patch I've ever submitted.
In 42147.diff
To remain consistent throughout, changed URI
to URL
.
Note: See
TracTickets for help on using
tickets.
Hence URI is a super-set of URL and they are different in nature, could there be a specific reason of using
URI
instead of URL?However, this is true that the abbreviation
URI
is not used anywhere else in WordPress core.