Opened 3 months ago
Closed 3 months ago
#64514 closed defect (bug) (fixed)
Invalid PHPDoc @see syntax in Walker_Category_Checklist::start_lvl()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | minor | Version: | 3.7 |
| Component: | Taxonomy | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
The Walker_Category_Checklist::start_lvl() method contains invalid PHPDoc @see tag syntax that uses a single colon (:) instead of the proper double colon (::) for class method references.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
This was added in [25642].