#43507 closed defect (bug) (fixed)
Update hook docs in wp-admin/edit-tag-form.php to use `WP_Term` instead of generic `object` type
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Taxonomy | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
wp-admin/edit-tag-form.php still uses object for all $tag parameters although we now have a specific WP_Term object, see [34997].
https://core.trac.wordpress.org/browser/tags/4.9.4/src/wp-admin/term.php?marks=23,67#L21
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Update hook docs to use WP_Term instead of object.