mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 22:15:28 +00:00
quotes fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e355cca1c0
commit
823986b932
@ -308,7 +308,7 @@ switch($action) {
|
||||
$hh = ($hh > 23) ? $hh - 24 : $hh;
|
||||
$mn = ($mn > 59) ? $mn - 60 : $mn;
|
||||
$ss = ($ss > 59) ? $ss - 60 : $ss;
|
||||
$datemodif = ", post_date = '".get_gmt_from_date('$aa-$mm-$jj $hh:$mn:$ss')."'";
|
||||
$datemodif = ", post_date = '".get_gmt_from_date("$aa-$mm-$jj $hh:$mn:$ss")."'";
|
||||
} else {
|
||||
$datemodif = '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user