Opened 9 years ago
Closed 9 years ago
#39527 closed defect (bug) (fixed)
Remove @param tags in DocBlocks for actions without parameters
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
In wp-admin/admin-footer.php the following actions without parameters have a @param tag in their DocBlock
admin_print_footer_scripts-{$hook_suffix}admin_footer-{$hook_suffix}
Attachments (1)
Change History (4)
#1
@
9 years ago
- Keywords has-patch added
In 39527.patch I've removed the @global tags as well as they are not really suited to describe a function parameter.
They are is documented in the description of the actions:
The dynamic portion of the hook name,
$hook_suffix, refers to the global hook suffix of the current page.
Note: See
TracTickets for help on using
tickets.
Remove @params