mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
And the rest of r15353. See #14147
git-svn-id: http://svn.automattic.com/wordpress/trunk@15354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1c986a3e88
commit
c22f156a8a
@ -27,9 +27,8 @@ function mysql2date( $dateformatstring, $mysqlstring, $translate = true ) {
|
||||
if ( empty( $m ) )
|
||||
return false;
|
||||
|
||||
if ( 'G' == $dateformatstring ) {
|
||||
if ( 'G' == $dateformatstring )
|
||||
return strtotime( $m . ' +0000' );
|
||||
}
|
||||
|
||||
$i = strtotime( $m );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user