Make WordPress Core

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: marian1's profile marian1 Owned by: sergeybiryukov's profile SergeyBiryukov
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)

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

Download all attachments as: .zip

Change History (4)

#1 @sabernhardt
3 months ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 7.0
  • Severity changed from trivial to minor
  • Version set to 3.7

This was added in [25642].

@shailu25
3 months ago

Patch Added

#2 @shailu25
3 months ago

  • Keywords has-patch added; needs-patch removed

#3 @SergeyBiryukov
3 months ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

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.