Opened 14 years ago
Closed 14 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 |
---|---|---|---|
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)
Note: See
TracTickets for help on using
tickets.
(In [16376]) Don't show author column if the post type doesn't support it. Fixes #15425