#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)
Note: See
TracTickets for help on using
tickets.
Checks for WP_Error and displays accordingly