diff --git a/src/bootstrap.php b/src/bootstrap.php index 7da5720..156fd39 100644 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -1564,14 +1564,45 @@ function show_cron_form( $editing ) { } if ( empty( $existing ) ) { + $search_url = add_query_arg( + array( + 'page' => 'wp-crontrol', + 's' => rawurlencode( $edit_id ), + ), + admin_url( 'tools.php' ) + ); ?> -
+ ' . esc_html( $edit_id ) . '' + ); + ?> +
++ Click here to see if it was rescheduled.', 'wp-crontrol' ), + human_time_diff( intval( $_GET['crontrol_next_run_utc'] ), time() ), + esc_url( $search_url ) + ), + array( + 'a' => array( + 'href' => array(), + ), + ) + ); + ?> +
+