Opened 8 years ago
Closed 8 years ago
#40840 closed defect (bug) (fixed)
Missing @deprecated tag for WP_Admin_Bar::recursive_render()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
WP_Admin_Bar::recursive_render()
in wp-includes/class-wp-admin-bar.php
was deprecated in v3.3 via [19501] but a @deprecated
phpdoc tag was not added. Attached is a patch that adds it.
Attachments (2)
Change History (6)
#1
@
8 years ago
Thanks for the patch!
According to the inline documentation standards we also add a @see
annotation for deprecated functions/methods.
Note: See
TracTickets for help on using
tickets.
Adds missing @deprecated tag