WordPress.org

Make WordPress Core

Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#20245 closed defect (bug) (fixed)

Bulk edit does not recognize post format settings

Reported by: andrewspittle Owned by: nacin
Priority: normal Milestone: 3.4
Component: Quick/Bulk Edit Version:
Severity: normal Keywords:
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)

comment:1 nacin15 months ago

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

Introduced in #18083.

comment:2 nacin15 months 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.

comment:3 nacin15 months 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.