From 97e2bbfe7a1d92111c163e6f5c3636fe7474844c Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 15 Dec 2023 07:45:11 +0100 Subject: [PATCH] remove systems cron warning fix #525 --- includes/class-health-check.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/class-health-check.php b/includes/class-health-check.php index 74a6f9e..22d95f2 100644 --- a/includes/class-health-check.php +++ b/includes/class-health-check.php @@ -39,11 +39,6 @@ class Health_Check { 'test' => array( self::class, 'test_webfinger' ), ); - $tests['direct']['activitypub_test_system_cron'] = array( - 'label' => __( 'System Cron Test', 'activitypub' ), - 'test' => array( self::class, 'test_system_cron' ), - ); - return $tests; }