Tabs are so much nicer than spaces.. Props jorbin. Fixes #14147
git-svn-id: https://develop.svn.wordpress.org/trunk@15353 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9fe4a697cf
commit
d12bd7a07e
@ -37,9 +37,9 @@ function mysql2date( $dateformatstring, $mysqlstring, $translate = true ) {
|
||||
return $i;
|
||||
|
||||
if ( $translate)
|
||||
return date_i18n( $dateformatstring, $i );
|
||||
return date_i18n( $dateformatstring, $i );
|
||||
else
|
||||
return date( $dateformatstring, $i );
|
||||
return date( $dateformatstring, $i );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user