Opened 8 years ago
Closed 8 years ago
#2103 closed defect (bug) (fixed)
Codexify strips spaces in titles
Reported by: | ocean90 | Owned by: | jmdodd |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch commit |
Cc: |
Description
Report: https://wordpress.org/support/topic/forum-bugs-and-broken-things/#post-8240018
It appears the forum’s double bracket Codex link shortcut is stripping spaces instead of replacing with underscores. When I do
[[Hardening WordPress]]
the link becomes codex.wordpress.org/HardeningWordPress which is missing the underscore that used to be inserted for the space.
Input: [[Hardening WordPress]]
Actual output: <a href="https://codex.wordpress.org/HardeningWordPress" rel="nofollow">HardeningWordPress</a>
Expected output: <a href="https://codex.wordpress.org/Hardening_WordPress" rel="nofollow">Hardening WordPress</a>
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 4175: