Opened 14 years ago
Closed 14 years ago
#18644 closed defect (bug) (fixed)
Media list table doesn't check for comment support
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | normal | Version: | 3.3 |
| Component: | Media | Keywords: | has-patch |
| Focuses: | Cc: |
Description
If you remove support for comments from attachments*, the Comment column is still displayed on the Media screen. This is inconsistent with posts and pages, where the column gets removed.
*
remove_post_type_support( 'attachment', 'comments' );
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Patch