#2573 closed defect (bug) (invalid)
Developers entry for calendar_week_mod() wrong return type
Reported by: | dingo_d | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
There is a small typo in the entry for calendar_week_mod()
function
https://developer.wordpress.org/reference/functions/calendar_week_mod/
The return type is not an integer
but a double
.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thanks Denis,
The docs are automatically generated from the source code, if you create a new ticket at core.trac.wordpress.org they'll be updated (most likely) with the next release of WP
See https://core.trac.wordpress.org/browser/tags/4.7/src/wp-includes/general-template.php#L1863