Opened 6 years ago
Closed 6 years ago
#44877 closed enhancement (fixed)
PHPDoc correction in wp-admin\includes\misc.php
Reported by: | burhandodhy | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9.9 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Privacy | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
For notice() function, the parameter type should be added first and then the parameter name.
Currently
@param $post WP_Post The currently edited post.
Should be
@param WP_Post $post The currently edited post.
Attachments (1)
Change History (8)
#2
@
6 years ago
- Component changed from Administration to Privacy
- Milestone changed from Awaiting Review to 4.9.9
#3
@
6 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
#4
@
6 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for 4.9.9 consideration.
Note: See
TracTickets for help on using
tickets.
In 43609: