Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#30851 closed defect (bug) (fixed)

Incorrect docs for `$taxonomies` in `get_terms()` filters

Reported by: dlh's profile dlh Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.2 Priority: normal
Severity: normal Version: 4.2
Component: Taxonomy Keywords:
Focuses: docs Cc:

Description

The $taxonomies parameter is documented as string|array, but it's always an array.

Attachments (1)

30851.patch (3.3 KB) - added by dlh 11 years ago.

Download all attachments as: .zip

Change History (3)

@dlh
11 years ago

#1 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 4.2

#2 @SergeyBiryukov
11 years ago

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

In 30994:

Correct $taxonomies parameter description in get_terms() filters.

props dlh.
fixes #30851.

Note: See TracTickets for help on using tickets.