Removed extra tab character

This commit is contained in:
Matt Miller 2017-08-28 13:25:20 -07:00 committed by GitHub
parent a9db02d340
commit 42e6d4dffe
1 changed files with 1 additions and 1 deletions

View File

@ -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' );