Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#15425 closed defect (bug) (fixed)

Author column is shown even if the post type doesn't support it

Reported by: nacin's profile nacin Owned by: scribu's profile scribu
Milestone: 3.1 Priority: normal
Severity: normal Version:
Component: Posts, Post Types Keywords:
Focuses: Cc:

Description

Generally the post_type_supports arguments haven't gone much deeper than the UI level, but in this case, it's very much UI. If the post type doesn't support author, then the column shouldn't show, as we're not showing the meta box, or anything in quick/bulk edit either.

Change History (2)

#1 @scribu
13 years ago

  • Owner set to scribu
  • Status changed from new to accepted

#2 @scribu
13 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

(In [16376]) Don't show author column if the post type doesn't support it. Fixes #15425

Note: See TracTickets for help on using tickets.