Opened 2 years ago
Closed 2 years ago
#15625 closed defect (bug) (wontfix)
Post format information is displayed in the Edit Posts table even when not enabled by theme
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
_post_states doesn't check to see if the current theme supports post formats before outputting the format.
The data shouldn't be shown if the current theme isn't using it and you can't edit it.
Change History (5)
- Resolution fixed deleted
- Status changed from closed to reopened
Should be reverted, per IRC discussion. This is still relevant data, much like a post format that was supported by the old theme and added to posts, but not supported by the new theme.
Now that we don't store "default" in the db the confusion this caused for XML-RPC posts re #15629 will not occur so it should be fine to revert
Previously with default in the db every xmlrpc post would be marked as default
Note: See
TracTickets for help on using
tickets.

(In [16645]) Don't show the Post Format if the current theme doesn't support them. Fixes #15625.