Removed extra tab character
This commit is contained in:
parent
a9db02d340
commit
42e6d4dffe
|
@ -307,7 +307,7 @@ class WC_Install {
|
|||
wp_clear_scheduled_hook( 'woocommerce_tracker_send_event' );
|
||||
|
||||
$ve = get_option( 'gmt_offset' ) > 0 ? '-' : '+';
|
||||
|
||||
|
||||
wp_schedule_event( strtotime( '00:00 tomorrow ' . $ve . absint( get_option( 'gmt_offset' ) ) . ' HOURS' ), 'daily', 'woocommerce_scheduled_sales' );
|
||||
|
||||
$held_duration = get_option( 'woocommerce_hold_stock_minutes', '60' );
|
||||
|
|
Loading…
Reference in New Issue