break early

This commit is contained in:
David Stone
2025-02-07 11:36:49 -07:00
parent b40a4aaeab
commit 0181024ae1

View File

@ -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;