Opened 6 years ago
Closed 6 years ago
#45323 closed defect (bug) (fixed)
Docs: parameter name is wrong in the return descriptions of get_the_time(), get_post_time(), and get_post_modified_time()
Reported by: | behzod | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Date/Time | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
Parameter name ($id
) is wrong in the return descriptions of get_the_time(), get_post_time(), and get_post_modified_time()
current description is:
* @return string|int|false Formatted date string or Unix timestamp if `$id` is 'U' or 'G'. False on failure.
must be:
* @return string|int|false Formatted date string or Unix timestamp if `$d` is 'U' or 'G'. False on failure.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
patch