Changeset 3209:f86399915c78 for admin/posts.php
- Timestamp:
- 03/07/16 15:57:48 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r3182 r3209 17 17 # Getting categories 18 18 try { 19 $categories = $core->blog->getCategories( array('post_type'=>'post'));19 $categories = $core->blog->getCategories(); 20 20 } catch (Exception $e) { 21 21 $core->error->add($e->getMessage());
Note: See TracChangeset
for help on using the changeset viewer.