Opened 7 months ago
Closed 7 months ago
#64514 closed defect (bug) (fixed)
Invalid PHPDoc @see syntax in Walker_Category_Checklist::start_lvl()
| Reported by: | marian1 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0 |
| Component: | Taxonomy | Version: | 3.7 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This was added in [25642].