#7366 closed defect (bug) (fixed)
Incorrect message displayed on editing link categories
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6.1 |
| Component: | Administration | Version: | 2.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
When updating a link category, if the update causes an error (duplicate slug, for example), the message displayed is still "Category updated" even though it hasn't.
Stems from #4809 where link_category.php isn't expecting WP_Error returned.
Attachments (1)
Change History (5)
- Keywords has-patch added
Not ideal, as the user has no idea why the update didn't work, but the patch keeps it consistent with tags and post categories.
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Checks for WP_Error and displays accordingly