Changeset 3209:f86399915c78 for admin/post.php
- Timestamp:
- 03/07/16 15:57:48 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r3024 r3209 52 52 # Getting categories 53 53 $categories_combo = dcAdminCombos::getCategoriesCombo( 54 $core->blog->getCategories( array('post_type'=>'post'))54 $core->blog->getCategories() 55 55 ); 56 56 … … 335 335 # Getting categories 336 336 $categories_combo = dcAdminCombos::getCategoriesCombo( 337 $core->blog->getCategories( array('post_type'=>'post'))337 $core->blog->getCategories() 338 338 ); 339 339 /* DISPLAY
Note: See TracChangeset
for help on using the changeset viewer.