- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r2852 r3210 51 51 $c = $core->blog->getCategory($mov_cat); 52 52 if ($c->isEmpty()) { 53 throw new Exception(__('Category where to move posts does not exist'));53 throw new Exception(__('Category where to move entries does not exist')); 54 54 } 55 55 $name = $c->cat_title; … … 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.