--- a/wp/wp-cron.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-cron.php Wed Sep 21 18:19:35 2022 +0200
@@ -1,17 +1,17 @@
<?php
/**
- * A pseudo-CRON daemon for scheduling WordPress tasks
+ * A pseudo-cron daemon for scheduling WordPress tasks.
*
- * WP Cron is triggered when the site receives a visit. In the scenario
+ * WP-Cron is triggered when the site receives a visit. In the scenario
* where a site may not receive enough visits to execute scheduled tasks
* in a timely manner, this file can be called directly or via a server
- * CRON daemon for X number of times.
+ * cron daemon for X number of times.
*
* Defining DISABLE_WP_CRON as true and calling this file directly are
* mutually exclusive and the latter does not rely on the former to work.
*
* The HTTP request to this file will not slow down the visitor who happens to
- * visit when the cron job is needed to run.
+ * visit when a scheduled cron event runs.
*
* @package WordPress
*/
@@ -33,7 +33,7 @@
}
/**
- * Tell WordPress we are doing the CRON task.
+ * Tell WordPress we are doing the cron task.
*
* @var bool
*/