Opened 3 years ago
Closed 3 years ago
#11977 closed defect (bug) (fixed)
Quick Edit Links not functioning
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Quick/Bulk Edit | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| 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)
Change History (4)
- 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.
Note: See
TracTickets for help on using
tickets.

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.