#41178 closed defect (bug) (fixed)
typo in docbloc of export_wp()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9 | Priority: | normal |
| Severity: | normal | Version: | 4.9 |
| Component: | Export | Keywords: | has-screenshots has-patch |
| Focuses: | docs | Cc: |
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.
patch