Changeset 8351
- Timestamp:
- 07/16/08 16:30:45 (4 months ago)
- Files:
-
- branches/2.6/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wp-admin/includes/upgrade.php
r8202 r8351 544 544 foreach ($categories as $category) { 545 545 $term_id = (int) $category->cat_ID; 546 $name = $category->cat_name; 547 $description = $category->category_description; 548 $slug = $category->category_nicename; 549 $parent = $category->category_parent; 546 550 $term_group = 0; 547 551
