#7366 closed defect (bug) (fixed)
Incorrect message displayed on editing link categories
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.6.1 | Priority: | normal |
| Severity: | normal | Version: | 2.6 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
Checks for WP_Error and displays accordingly