#40896 closed defect (bug) (duplicate)
Count wrong when post_tag is applied to attachments
| Reported by: | henry.wright | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
If post_tag is applied to attachments using register_taxonomy_for_object_type() and then a tag is added to an attachment post, the count under Media > Tags remains at 0. See attached screenshot for a visual.
register_taxonomy_for_object_type( 'post_tag', 'attachment' );
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #33622.