Changeset 7069
- Timestamp:
- 02/27/2008 09:22:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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);
Note: See TracChangeset
for help on using the changeset viewer.