Remove unused variable from function
This commit is contained in:
parent
df5929093d
commit
4afff14de1
|
@ -483,7 +483,6 @@ class WC_API_Server {
|
|||
$tzstring = '';
|
||||
|
||||
if ( empty( $tzstring ) ) { // Create a UTC+- zone if no timezone string exists
|
||||
$check_zone_info = false;
|
||||
if ( 0 == $current_offset )
|
||||
$tzstring = 'UTC+0';
|
||||
elseif ($current_offset < 0)
|
||||
|
|
Loading…
Reference in New Issue