Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#20245 closed defect (bug) (fixed)

Bulk edit does not recognize post format settings

Reported by: andrewspittle's profile andrewspittle Owned by: nacin's profile nacin
Milestone: 3.4 Priority: normal
Severity: normal Version:
Component: Quick/Bulk Edit Keywords:
Focuses: Cc:

Description

The bulk edit tool for posts does not recognize post format settings for a theme. Instead of displaying those the active theme supports it lists all formats.

To reproduce:

  1. Set Twenty Eleven as your active theme
  2. Go to the Posts tab
  3. Select multiple posts
  4. Select "Bulk Edit" and click "Apply"
  5. Select the "Post Format" dropdown

All post formats will be listed, even though Twenty Eleven only supports a limited set of formats.

It would be better for the dropdown to only list those formats which your current theme supports. This prevents a user from setting their post to a format that a theme does not support.

Change History (3)

#1 @nacin
13 years ago

  • Component changed from General to Quick/Bulk Edit
  • Milestone changed from Awaiting Review to 3.4

Introduced in #18083.

#2 @nacin
13 years ago

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

In [20194]:

Hide unsupported post formats from bulk edit. fixes #20245.

#3 @nacin
13 years ago

In [20195]:

Change 'Post Format' bulk/quick edit label to 'Format'. Consistent with the UI and prevents word wrapping. Tidy logic. see #20245.

Note: See TracTickets for help on using tickets.