#42951 closed defect (bug) (fixed)
Remove zero width space character from description of parameter for fetch_feed()
| Reported by: | coffee2code | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | lowest | Milestone: | 5.1 |
| Component: | Feeds | Version: | |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch mentioned in ticket.