Tabs are so much nicer than spaces.. Props jorbin. Fixes #14147
git-svn-id: http://svn.automattic.com/wordpress/trunk@15353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
703fb0a73a
commit
1c986a3e88
|
@ -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