Opened 3 years ago

Closed 3 years ago

#15425 closed defect (bug) (fixed)

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

Reported by: nacin Owned by: scribu
Priority: normal Milestone: 3.1
Component: Post Types Version:
Severity: normal Keywords:
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)

  • Owner set to scribu
  • Status changed from new to accepted
  • 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.