Changeset 45803
- Timestamp:
- 08/15/2019 12:41:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r45801 r45803 1941 1941 * @since 5.2.0 1942 1942 * 1943 * @return bool|WP_Error true if a cron was missed, false if it wasn't. WP_Error if the cron is set to that.1943 * @return bool|WP_Error True if a cron was missed, false if not. WP_Error if the cron is set to that. 1944 1944 */ 1945 1945 public function has_missed_cron() { … … 1964 1964 * crons is an instance of WP_Error, return the instance instead of a boolean value. 1965 1965 * 1966 * @return bool|WP_Error true if a cron is late, false if it wasn't. WP_Error if the cron is set to that. 1966 * @since 5.3.0 1967 * 1968 * @return bool|WP_Error True if a cron is late, false if not. WP_Error if the cron is set to that. 1967 1969 */ 1968 1970 public function has_late_cron() {
Note: See TracChangeset
for help on using the changeset viewer.