Opened 17 years ago
Closed 17 years ago
#11977 closed defect (bug) (fixed)
Quick Edit Links not functioning
| Reported by: | rfair404 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Quick/Bulk Edit | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.