← All changes
|
feedwordpress-walker-category-checklist.class.php
+1
-1
trunk
→
2016.1213
View file →
| @@ -33,9 +33,9 @@ | ||
| 33 | 33 | if ( empty($taxonomy) ) : |
| 34 | 34 | $taxonomy = 'category'; |
| 35 | 35 | endif; |
| 36 | 36 | |
| 37 | - if ( !is_null($this->checkbox_name)) : | |
| 37 | + if (!is_null($this->checkbox_name)) : | |
| 38 | 38 | $name = $this->checkbox_name; |
| 39 | 39 | elseif ($taxonomy=='category') : |
| 40 | 40 | $name = 'post_category'; |
| 41 | 41 | else : |