]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/cron.php
WordPress 4.2.5
[autoinstalls/wordpress.git] / wp-includes / cron.php
index 6455acf2c481ea73480998cc21a03641d80bccef..4b755068ab98cf6f4f97771256d25a8f47f0020a 100644 (file)
@@ -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.