Make WordPress Core

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)

64514.patch (512 bytes ) - added by shailu25 7 months ago.
Patch Added

Download all attachments as: .zip

Change History (4)

#1 @sabernhardt
7 months ago

  • Keywords needs-patch added
  • Milestone Awaiting Review7.0
  • Severity trivialminor
  • Version3.7

This was added in [25642].

@shailu25
7 months ago

Patch Added

#2 @shailu25
7 months ago

  • Keywords has-patch added; needs-patch removed

#3 @SergeyBiryukov
7 months ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 61493:

Docs: Correct @see tag syntax in Walker_Category_Checklist::start_lvl().

Follow-up to [25642].

Props marian1, shailu25, sabernhardt.
Fixes #64514.

Note: See TracTickets for help on using tickets.