mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
95b3def4b6
commit
d9911c7e7b
@ -83,7 +83,7 @@ switch($action) {
|
|||||||
$hh = ($hh > 23) ? $hh - 24 : $hh;
|
$hh = ($hh > 23) ? $hh - 24 : $hh;
|
||||||
$mn = ($mn > 59) ? $mn - 60 : $mn;
|
$mn = ($mn > 59) ? $mn - 60 : $mn;
|
||||||
$ss = ($ss > 59) ? $ss - 60 : $ss;
|
$ss = ($ss > 59) ? $ss - 60 : $ss;
|
||||||
$now = get_gmt_from_date("$aa-$mm-$jj $hh:$mn:$ss")
|
$now = get_gmt_from_date("$aa-$mm-$jj $hh:$mn:$ss");
|
||||||
} else {
|
} else {
|
||||||
$now = gmdate('Y-m-d H:i:s');
|
$now = gmdate('Y-m-d H:i:s');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user