X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa6ee2c363cdfdebcb4b76e4d9c4347a4cb19065..7f1521bf193b382565eb753043c161f4cb3fcda7:/wp-includes/cron.php diff --git a/wp-includes/cron.php b/wp-includes/cron.php index 6455acf2..4b755068 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -13,7 +13,7 @@ * WordPress site, if the schedule time has passed. * * @since 2.1.0 - * @link http://codex.wordpress.org/Function_Reference/wp_schedule_single_event + * @link https://codex.wordpress.org/Function_Reference/wp_schedule_single_event * * @param int $timestamp Timestamp for when to run the event. * @param string $hook Action hook to execute when cron is run.