Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/categories.php

    r2852 r3210  
    5151               $c = $core->blog->getCategory($mov_cat); 
    5252               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')); 
    5454               } 
    5555               $name = $c->cat_title; 
     
    100100/* Display 
    101101-------------------------------------------------------- */ 
    102 $rs = $core->blog->getCategories(array('post_type'=>'post')); 
     102$rs = $core->blog->getCategories(); 
    103103 
    104104$starting_script = ""; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map