Opened 11 days ago
Closed 7 days ago
#42190 closed defect (bug) (fixed)
Avoid punctuation inside a html link
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Administration | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
.. to be different from your WordPress installation directory</a>.
instead of
.. to be different from your WordPress installation directory.</a>
please!
Trying to find a good argument I found something here:
https://ux.stackexchange.com/questions/17331/should-a-full-sentence-html-link-include-the-period-in-the-linked-text
I scanned all WP files and I found it only there.
Attachments (1)
Change History (5)
@Presskopp
11 days ago
#1
@Presskopp
11 days ago
- Keywords has-patch added
#2
@swissspidy
7 days ago
- Keywords commit added
- Milestone changed from Awaiting Review to 4.9
#3
@SergeyBiryukov
7 days ago
- Component changed from General to Administration
#4
@SergeyBiryukov
7 days ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 41874:
Note: See
TracTickets for help on using
tickets.
This is the only string in core where the punctuation mark is within the link instead of after.