Opened 15 years ago
Closed 15 years ago
#12796 closed defect (bug) (fixed)
Inline-editing for custom tax needs 'singular_label' in update button
Reported by: | keighl | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Template | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Inline editing for custom taxonomies should have the proper singular_label displayed for the update button. Currently, the button shows "Update Category" by default. If the current tax is custom, the button should show the $tax->singular_label value instead.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Adds $tax->singular_label to the $update_text logic