Changeset 5157
- Timestamp:
- 03/31/07 21:33:33 (2 years ago)
- Files:
-
- trunk/wp-admin/admin-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/admin-db.php
r5148 r5157 153 153 clean_category_cache($cat_ID); 154 154 155 if ($update) 156 do_action('edited_category', $cat_ID); 157 else 158 do_action('created_category', $cat_ID); 159 155 160 return $cat_ID; 156 161 }
