Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#27943 closed defect (bug) (fixed)

show_in_menu description is inaccurate in register_taxonomy()

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.0 Priority: normal
Severity: normal Version: 3.7
Component: Taxonomy Keywords: has-patch 4.0-early commit
Focuses: docs Cc:

Description

It says "Where to show the taxonomy in the admin menu".

However, unlike the register_post_type() parameter of the same name, it doesn't actually allow you to specify the placement, only whether to show it or not (as noted in comment:8:ticket:20930).

This was a copy/paste issue in [25133].

Attachments (1)

27943.patch (959 bytes) - added by SergeyBiryukov 10 years ago.

Download all attachments as: .zip

Change History (4)

#1 @DrewAPicture
10 years ago

  • Keywords 4.0-early commit added
  • Milestone changed from Awaiting Review to Future Release

Good call.

#2 @samuelsidler
10 years ago

  • Milestone changed from Future Release to 4.0

#3 @SergeyBiryukov
10 years ago

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

In 28241:

Correct 'show_in_menu' parameter description in register_taxonomy().

fixes #27943.

Note: See TracTickets for help on using tickets.