Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#11977 closed defect (bug) (fixed)

Quick Edit Links not functioning

Reported by: rfair404's profile rfair404 Owned by:
Milestone: 3.0 Priority: normal
Severity: normal Version: 3.0
Component: Quick/Bulk Edit Keywords: has-patch
Focuses: Cc:

Description

In Trunk 12794 and 12798 ACP > Edit Pages - Quick Edit links are not working.

In mu versions 2.8.2 and 2.9.1.1 Quick Edit links appear as http://abc.com/wp-admin/edit-pages.php#

In this trunk 12794 however the links appear as http://abc.com/wp-admin/edit.php?post_type=page#

I am not running any plug-ins, and this is a clean install.

Problem persists across multiple browsers and OS's.

Attachments (1)

11977.diff (461 bytes) - added by nacin 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @nacin
13 years ago

  • Milestone changed from Unassigned to 3.0
  • Version set to 3.0

The link changed just because the posts and page panels are being merged to allow for better support of custom post types (#9674).

But yes, it looks like Quick Edit is broken for edit.php?post_type=page and probably for post_type != post.

@nacin
13 years ago

#2 @nacin
13 years ago

  • Keywords has-patch added

When edit-pages.php was removed, edit-post-rows.php needed an extra change to make it support pages fully.

We could probably add a type-$post_type class or something as well -- the patch only addresses the bug.

#3 @ryan
13 years ago

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

(In [12799]) Set proper class so quick edit works. Props nacin. fixes #11977

Note: See TracTickets for help on using tickets.