Opened 9 months ago
Closed 9 months ago
#360 closed enhancement (fixed)
Add Featured Image Support
| Reported by: | mrroundhill | Owned by: | mrroundhill |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2 |
| Component: | media | Version: | |
| Keywords: | Cc: |
Description
title has it
Attachments (1)
Change History (7)
comment:1 Changed 9 months ago by mrroundhill
- Owner set to mrroundhill
- Status changed from new to accepted
comment:2 Changed 9 months ago by mrroundhill
comment:3 Changed 9 months ago by mrroundhill
comment:4 Changed 9 months ago by mrroundhill
- Resolution set to fixed
- Status changed from accepted to closed
comment:5 Changed 9 months ago by mrroundhill
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening, in the weekly mobile dev chat it was revealed that there is a new field in wp.getOptions that returns if the blog's theme supports post formats. We should use that to determine whether or not to show the featured image options.
comment:6 Changed 9 months ago by mrroundhill
- Resolution set to fixed
- Status changed from reopened to closed
(In [807]) Added support for checking if blog's theme is capable of using featured images. Fixes #360. Also made images inserted in the editor to be on a new line, refs #366. Removed old ViewStats?.java
Changed 9 months ago by mrroundhill
Note: See
TracTickets for help on using
tickets.

(In [785]) Adds featured image support. Refs #360