Opened 6 years ago
Closed 6 years ago
#44866 closed defect (bug) (fixed)
PHPDoc correction for wp-includes/functions.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Date/Time | Keywords: | has-patch |
Focuses: | Cc: |
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)
#2
@
6 years ago
- Component changed from General to Date/Time
- Milestone changed from Awaiting Review to 5.0
#3
@
6 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 43599:
#4
@
6 years ago
- Keywords fixed-major added
- Milestone changed from 5.0 to 4.9.9
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for 4.9.9 consideration.
Note: See
TracTickets for help on using
tickets.
Hi @WiZZarD_, welcome to WordPress Trac! Thanks for the ticket and the patch.
The second DocBlock seems fine to me, it documents the
wp_checkdate
filter as per the documentation standards.