Opened 16 years ago
Closed 16 years ago
#12796 closed defect (bug) (fixed)
Inline-editing for custom tax needs 'singular_label' in update button
| Reported by: |
|
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