From d2faeef3334e27a61918e16294f4defdb8e3b86d Mon Sep 17 00:00:00 2001 From: westi Date: Wed, 8 Apr 2009 20:16:59 +0000 Subject: [PATCH] Improve cron phpdoc. git-svn-id: http://svn.automattic.com/wordpress/trunk@10898 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/cron.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-includes/cron.php b/wp-includes/cron.php index 275eaed87..70bc1ac58 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -39,6 +39,9 @@ function wp_schedule_single_event( $timestamp, $hook, $args = array()) { * specific interval, specified by you. The action will trigger when someone * visits your WordPress site, if the scheduled time has passed. * + * Valid values for the recurrence are hourly, daily and twicedaily. These can + * be extended using the cron_schedules filter in wp_get_schedules(). + * * @since 2.1.0 * * @param int $timestamp Timestamp for when to run the event.