]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-cron.php
Wordpress 3.1.1-scripts
[autoinstalls/wordpress.git] / wp-cron.php
index 4f3335b4a977cacd6030cb03ae102f6536342557..19427c5c427c6791623a64399023dc76bc24d235 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * WordPress Cron Implementation for hosts, which do not offer CRON or for which
- * the user has not setup a CRON job pointing to this file.
+ * the user has not set up a CRON job pointing to this file.
  *
  * The HTTP request to this file will not slow down the visitor who happens to
  * visit when the cron job is needed to run.
@@ -22,7 +22,7 @@ if ( !empty($_POST) || defined('DOING_AJAX') || defined('DOING_CRON') )
 define('DOING_CRON', true);
 
 if ( !defined('ABSPATH') ) {
-       /** Setup WordPress environment */
+       /** Set up WordPress environment */
        require_once('./wp-load.php');
 }