Opened 17 years ago
Last modified 11 years ago
#9895 closed defect (bug)
Update Link Button sends to invalid URL and does not update resource. — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | minor | Version: | 2.7.1 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
Procedure:
1: Create Link in Wordpress
2: Edit Existing Link
3: Make any changes in the Edit Link area
4: Click Update link
5: You are sent to http://www.yourblog.net/wp-admin/link.php&saved=true - 404 Not Found.
This is an invalid URL? The AND sign is invalid... should be a "?" like:
http://www.yourblog.net/wp-admin/link.php?saved=true
The only way to edit a link right now is to remove the existing link and recreate it.
Note: See
TracTickets for help on using
tickets.