X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/af50974463450c98503e763a7836a50e260461a9..f5fcdc7994bb67cce809bc4777944ae8b7fad4a4:/wp-includes/cron.php?ds=sidebyside 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.