Opened 16 years ago
Closed 16 years ago
#10992 closed enhancement (fixed)
Add get_post_mime_types()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.9 |
| Component: | Media | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
The following patch consolidates duplicate code in the following files:
- wp-admin/includes/post.php
- wp-admin/upload.php
Also, it fixes a bug related to #10928: "Use as thumbnail" link not displaying in the gallery tab.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [12110]) Consolidate post_mime_type code. props scribu. fixes #10992