Make WordPress Core

Opened 13 years ago

Closed 13 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: westi's profile westi Owned by: westi's profile westi
Milestone: Priority: normal
Severity: normal Version: 3.1
Component: Administration Keywords:
Focuses: 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)

#1 @westi
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#2 @nacin
13 years ago

  • 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.

#3 @westi
13 years ago

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

#4 @nacin
13 years ago

(In [16964]) Revert [16645]. see #15625.

#5 @nacin
13 years ago

  • Milestone 3.1 deleted
  • Resolution set to wontfix
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.