Changeset 3209:f86399915c78 for admin/categories.php
- Timestamp:
- 03/07/16 15:57:48 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r2852 r3209 100 100 /* Display 101 101 -------------------------------------------------------- */ 102 $rs = $core->blog->getCategories( array('post_type'=>'post'));102 $rs = $core->blog->getCategories(); 103 103 104 104 $starting_script = "";
Note: See TracChangeset
for help on using the changeset viewer.