We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc38970 commit 2e05701Copy full SHA for 2e05701
simple-wp-site-exporter.php
@@ -934,8 +934,8 @@ function sse_test_cron_scheduling() {
934
sse_log( 'Testing WordPress cron scheduling capability...', 'info' );
935
936
// Test with a simple event.
937
- $test_time = time() + 60; // 1 minute from now.
938
- $test_result = wp_schedule_single_event( $test_time, 'sse_test_cron_event' );
+ $test_time = time() + 60; // 1 minute from now.
+ $test_result = wp_schedule_single_event( $test_time, 'sse_test_cron_event' );
939
940
if ( false === $test_result ) {
941
sse_log( 'Test cron scheduling FAILED - wp_schedule_single_event returned false', 'error' );
0 commit comments