Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18611 closed defect (bug) (fixed)

When viewing all draft posts the status shows after performing a quick edit

Reported by: dartiss Owned by: nacin
Priority: normal Milestone: 3.3
Component: General Version: 3.2.1
Severity: minor Keywords:
Cc: Focuses:

Description

When viewing all posts any that are drafts are shown as such after their name. When just viewing draft posts then this is, appropriately, suppressed.

However, if you then perform a quick edit on the post (even if no details are changed), once "Update" is pressed the draft status is shown against that post.

The same occurs when viewing draft pages.

This is merely a cosmetic bug and of low priority.

I am running WP 3.2.1 with PHP 5.2.17 and MySQL 5.0.92.

I was running the UI Lab plugin which highlights the post status' and this made the issue more obvious. However, this does still occur with the plugin deactivated.

A screengrab is attached which shows the status appearing after a quick edit of the first draft post.

Attachments (1)

Screengrab.png (37.3 KB ) - added by dartiss 15 years ago.
Screengrab showing example of bug

Download all attachments as: .zip

Change History (3)

@dartiss
15 years ago

Screengrab showing example of bug

#1 @nacin
15 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In [19295]:

Use REQUEST rather than GET to check the current post status page in _post_states(). Addresses a Quick Edit display issue. fixes #18611.

#2 @nacin
15 years ago

  • Milestone Awaiting Review3.3
Note: See TracTickets for help on using tickets.