Opened 8 years ago
Closed 8 years ago
#44866 closed defect (bug) (fixed)
PHPDoc correction for wp-includes/functions.php
| Reported by: | WiZZarD_ | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9.9 |
| Component: | Date/Time | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Remove the @see checkdate() since this gives improper content on developerhub/code reference. Also: removing the second inline-block since it's in the wrong place.
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)
Hi @WiZZarD_, welcome to WordPress Trac! Thanks for the ticket and the patch.
The second DocBlock seems fine to me, it documents the
wp_checkdatefilter as per the documentation standards.