#42951 closed defect (bug) (fixed)
Remove zero width space character from description of parameter for fetch_feed()
Reported by: | coffee2code | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.1 | Priority: | lowest |
Severity: | trivial | Version: | |
Component: | Feeds | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The parameter description for the $url
parameter of fetch_feed()
includes a zero width space character. The character is just before the URL specified in the embedded @link
.
Its presence leads to a Code Reference rendering issue with how the @link
was handled. (Has since been manually fixed on DevHub.)
Removal of the unnecessary character restores proper display of the description for that parameter when re-parsed. Patch that does so is attached.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch mentioned in ticket.