From 4ff9e3a4be771b7e68e6c50c268fb7e50d93d668 Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Sun, 25 Aug 2013 11:11:44 -0400 Subject: [PATCH] Add property visibility --- tag-dropdown-widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php index ac2d802..97dbece 100644 --- a/tag-dropdown-widget.php +++ b/tag-dropdown-widget.php @@ -331,7 +331,7 @@ class taxonomy_dropdown_widget extends WP_Widget { /** * Class variables */ - var $defaults = array( + private $defaults = array( 'title' => 'Tags' ); -- GitLab