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

When a property isn't set or isn't available, it's better to say it's `null` than `false`.

parent 138e33a5
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class taxonomy_dropdown_widget_plugin {
if ( 'option_defaults' == $var )
return $this->option_defaults;
return false;
return null;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment