From 246be76cc37abcf5f039791a223329e7c0169c3e Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Sun, 25 Aug 2013 11:11:23 -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 5e8cd1d..ac2d802 100644 --- a/tag-dropdown-widget.php +++ b/tag-dropdown-widget.php @@ -34,7 +34,7 @@ class taxonomy_dropdown_widget_plugin { /** * Class variables */ - var $option_defaults = array( + protected $option_defaults = array( 'taxonomy' => 'post_tag', 'select_name' => 'Select Tag', 'max_name_length' => 0, -- GitLab