Changeset 6332
- Timestamp:
- 11/12/07 19:51:42 (8 months ago)
- Files:
-
- trunk/wp-admin/import/wordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/import/wordpress.php
r6149 r6332 397 397 $tag_id = $tag_id['term_id']; 398 398 } 399 $post_tags[] = $tag_id;399 $post_tags[] = intval($tag_id); 400 400 } 401 401 wp_set_post_tags($post_id, $post_tags);
