X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/d3b1ea255664edd2deef17f900a655613d20820d..3f5685912e89eb3b0534acd85aa0946b1ca2bbe3:/wp-includes/cron.php?ds=sidebyside diff --git a/wp-includes/cron.php b/wp-includes/cron.php index be9ea67e..416803a9 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -8,7 +8,7 @@ /** * Schedules a hook to run only once. * - * Schedules a hook which will be executed once by the Wordpress actions core at + * Schedules a hook which will be executed once by the WordPress actions core at * a time which you specify. The action will fire off when someone visits your * WordPress site, if the schedule time has passed. * @@ -393,5 +393,3 @@ function _upgrade_cron_array($cron) { function check_server_timer( $local_time ) { return true; } - -?>