From 7f080194adae1b6a1fcd5b5ab621d85532f04445 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 13 Apr 2019 14:34:04 -0700 Subject: [PATCH] PHP 7.3 compatibility --- tag-dropdown-widget.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php index 37bcc71..3d609bb 100644 --- a/tag-dropdown-widget.php +++ b/tag-dropdown-widget.php @@ -427,7 +427,6 @@ class taxonomy_dropdown_widget_plugin { break; default : - continue; break; } } -- GitLab