Opened 22 months ago
Closed 21 months ago
#18644 closed defect (bug) (fixed)
Media list table doesn't check for comment support
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Media | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| 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)
johnbillion
— 22 months ago
comment:1
johnbillion
— 22 months ago
- Keywords has-patch added
comment:2
nacin
— 22 months ago
- Milestone changed from Awaiting Review to 3.3
- Owner set to nacin
- Status changed from new to accepted
SergeyBiryukov
— 21 months ago
comment:4
SergeyBiryukov
— 21 months ago
18644.2.patch also fixes missing i18n in alt text.
Note: See
TracTickets for help on using
tickets.
Patch