Changes from trunk/wp-admin/includes/upgrade.php at r8202 to branches/2.6/wp-admin/includes/upgrade.php at r8351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.