Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#39506 closed defect (bug) (fixed)

Add @since tags to methods in class WP_Walker

Reported by: chiragpatel's profile chiragpatel Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.8 Priority: normal
Severity: normal Version: 4.8
Component: General Keywords: has-patch
Focuses: Cc:

Description

The @since tags are missing for unset_children() method

Attachments (1)

39506.patch (353 bytes) - added by chiragpatel 8 years ago.
Add @since tag

Download all attachments as: .zip

Change History (5)

@chiragpatel
8 years ago

Add @since tag

#1 @chiragpatel
8 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
8 years ago

  • Component changed from Build/Test Tools to General

#3 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.8

#4 @SergeyBiryukov
8 years ago

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

In 39741:

Docs: Add missing @since entry for Walker::unset_children().

Props chiragpatel.
Fixes #39506.

Note: See TracTickets for help on using tickets.