Changeset 4264 for trunk/wp-admin/import/textpattern.php
- Timestamp:
- 10/02/2006 06:03:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/textpattern.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/textpattern.php
r4165 r4264 339 339 if($cat2 = get_catbynicename($Category2)) { $cats[2] = $cat2; } 340 340 341 if(!empty($cats)) { wp_set_post_cat s('',$ret_id, $cats); }341 if(!empty($cats)) { wp_set_post_categories($ret_id, $cats); } 342 342 } 343 343 }
Note: See TracChangeset
for help on using the changeset viewer.