typo
git-svn-id: https://develop.svn.wordpress.org/trunk@916 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
41e3c76f01
commit
4923a4f2c5
|
@ -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