Make WordPress Core

Ticket #4056: admin~admin-db.php.diff

File admin~admin-db.php.diff, 349 bytes (added by kevinB, 16 years ago)
  • admin-db.php

     
    152152
    153153        clean_category_cache($cat_ID);
    154154
     155        if ($update)
     156                do_action('edited_category', $cat_ID);
     157        else
     158                do_action('created_category', $cat_ID);
     159       
    155160        return $cat_ID;
    156161}
    157162