#40896 closed defect (bug) (duplicate)
Count wrong when post_tag is applied to attachments
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Taxonomy | Keywords: | |
| Focuses: | Cc: |
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.
Duplicate of #33622.