Skip to content
Snippets Groups Projects
Commit 4ff9e3a4 authored by Erick Hitter's avatar Erick Hitter
Browse files

Add property visibility

parent 246be76c
Branches
Tags
No related merge requests found
...@@ -331,7 +331,7 @@ class taxonomy_dropdown_widget extends WP_Widget { ...@@ -331,7 +331,7 @@ class taxonomy_dropdown_widget extends WP_Widget {
/** /**
* Class variables * Class variables
*/ */
var $defaults = array( private $defaults = array(
'title' => 'Tags' 'title' => 'Tags'
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment