Opened 21 months ago
Last modified 8 months ago
#18531 closed enhancement
Small clean up for media list table — at Version 5
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | |
| Severity: | trivial | Keywords: | has-patch |
| Cc: |
Description (last modified by ocean90)
- $t_time was never used.
-
Media tags aren't supported by core.
Change History (8)
- Resolution set to maybelater
- Status changed from new to closed
- Type changed from defect (bug) to enhancement
- Keywords needs-refresh added
- Milestone set to Awaiting Review
- Resolution maybelater deleted
- Status changed from closed to reopened
We don't yet support custom taxonomy columns on the write page (though we should).
We shouldn't remove the column handler. We can however remove commented-out line adding it to $post_columns.
That said, I'm more interested in the other aspect of the patch, the cleanup of timestamps. Yes, it is possible for media to be unpublished, but probably nto through the API. But the rest of it looks interesting.
- Description modified (diff)
- Milestone changed from Awaiting Review to 3.5
- Component changed from General to Media
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.

The tags support is like the custom taxonomies on the write page, don't see a reason to take it out.