Changeset 1610:2d5ebb2fcdfd for inc/public/lib.urlhandlers.php
- Timestamp:
- 08/29/13 09:38:58 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.urlhandlers.php
r1179 r1610 263 263 $params = new ArrayObject(array( 264 264 'cat_url' => $args, 265 'post_type' => 'post')); 265 'post_type' => 'post', 266 'without_empty' => false)); 266 267 267 268 $core->callBehavior('publicCategoryBeforeGetCategories',$params,$args);
Note: See TracChangeset
for help on using the changeset viewer.