Opened 8 years ago
Closed 8 years ago
#44877 closed enhancement (fixed)
PHPDoc correction in wp-admin\includes\misc.php
| Reported by: | burhandodhy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9.9 |
| Component: | Privacy | Version: | |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: | coding-standards |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 43609: