From 0181024ae17222e0fcbf02927e30365968390795 Mon Sep 17 00:00:00 2001 From: David Stone Date: Fri, 7 Feb 2025 11:36:49 -0700 Subject: [PATCH] break early --- sunrise.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunrise.php b/sunrise.php index 12776bb..88cdeb1 100644 --- a/sunrise.php +++ b/sunrise.php @@ -69,7 +69,7 @@ foreach ($possible_sunrises as $sunrise) { add_action('network_admin_notices', 'wu_remove_sunrise_warning', 0); - continue; // Exit the loop; + break; // Exit the loop. } // end if;