Changeset 4264 for trunk/wp-admin/import/dotclear.php
- Timestamp:
- 10/02/2006 06:03:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/dotclear.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/dotclear.php
r4165 r4264 409 409 if($cat1 = get_catbynicename($post_cat_name)) { $cats[1] = $cat1; } 410 410 411 if(!empty($cats)) { wp_set_post_cat s('',$ret_id, $cats); }411 if(!empty($cats)) { wp_set_post_categories($ret_id, $cats); } 412 412 } 413 413 }
Note: See TracChangeset
for help on using the changeset viewer.