Opened 17 years ago
Closed 16 years ago
#9381 closed enhancement (fixed)
Tag descriptions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Taxonomy | Keywords: | has-patch needs-testing |
| Focuses: | Cc: |
Description
All terms can have descriptions, but in the admin section you can easily edit the descriptions of categories but not tags. It would be nice if tags got the same treatment.
Attachments (2)
Change History (10)
#3
@
17 years ago
The new patch (9381.002.diff) add the description column to the tags table in admin. It also creates a function called term_description which category_description and the new tag_description both use. It should work across the board now for tags as well as custom taxonomies.
#6
@
16 years ago
- Cc ramiy added
- Resolution fixed deleted
- Status changed from closed to reopened
The name "tag_description()" is inconsistent to wp function names, it should be renamed to "get_tag_description()".
Note: See
TracTickets for help on using
tickets.
This is still missing some things: showing the descriptions when listing tags on the admin screen (in the table on the right), support for custom taxonomies - the textarea to enter description is shown but there's no way to use/display the data (
tag_description()will need to support custom taxonomies).