Changeset 7069
- Timestamp:
- 02/27/08 21:22:25 (5 months ago)
- Files:
-
- branches/2.3/wp-admin/import/wordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/wp-admin/import/wordpress.php
r6149 r7069 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);
