]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/cron.php
Wordpress 2.9-scripts
[autoinstalls/wordpress.git] / wp-includes / cron.php
index be9ea67e3c71c1ed5e9aa642e2df31584429b07b..416803a9bc04cf15ce01ea2cd9ead74732af5be1 100644 (file)
@@ -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;
 }
-
-?>