#41178 closed defect (bug) (fixed)
typo in docbloc of export_wp()
| Reported by: | pbiron | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | Export | Version: | 4.9 |
| Severity: | normal | Keywords: | has-screenshots has-patch |
| Cc: | Focuses: | docs |
Description
There's a typo in the @param hash of export_wp() that causes the DevHub page to format incorrectly.
There is a missing ` in the description of $args['category'] that causes the remainder of the @param hash to wrapped in <code>.
At first I thought this was another case like incorrect parsing of markdown in @param blocks, but then realized it was just a typo in the docbloc.
Attachments (2)
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