Changeset 1610:2d5ebb2fcdfd for plugins/widgets/_widgets_functions.php
- Timestamp:
- 08/29/13 09:38:58 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_widgets_functions.php
r1280 r1610 77 77 } 78 78 79 $rs = $core->blog->getCategories(array('post_type'=>'post' ));79 $rs = $core->blog->getCategories(array('post_type'=>'post','without_empty'=> !$w->with_empty)); 80 80 if ($rs->isEmpty()) { 81 81 return;
Note: See TracChangeset
for help on using the changeset viewer.