[wp-trac] [WordPress Trac] #51184: get_the_date() checks $format only for empty variable and fails on false boolean - since WP 5.5
WordPress Trac
noreply at wordpress.org
Mon Aug 31 15:56:56 UTC 2020
#51184: get_the_date() checks $format only for empty variable and fails on false
boolean - since WP 5.5
-------------------------------------+-------------------------------------
Reporter: wittich | Owner: SergeyBiryukov
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.5.1
Component: Date/Time | Version: 5.5
Severity: normal | Resolution: fixed
Keywords: has-patch needs-testing | Focuses: template, coding-
has-unit-tests | standards
-------------------------------------+-------------------------------------
Changes (by SergeyBiryukov):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"48912" 48912]:
{{{
#!CommitTicketReference repository="" revision="48912"
Date/Time: Make sure `get_the_date()` and related functions return correct
time if the format was specified as `false`.
Technically, the `$format` argument should always be a string, but passing
`false` used to work before [47808], so this restores backward
compatibility.
The list of affected functions:
* `get_the_date()`
* `get_the_time()`
* `get_comment_date()`
* `get_comment_time()`
Props wittich, Rarst, akabarikalpesh, SergeyBiryukov.
Fixes #51184.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51184#comment:18>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list