Changeset 5087 for trunk/wp-admin/import/mt.php
- Timestamp:
- 03/23/2007 12:59:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r4608 r5087 172 172 } 173 173 $this->file = $file['file']; 174 $this->id = $file['id'];174 $this->id = (int) $file['id']; 175 175 176 176 $this->get_entries(); … … 296 296 } 297 297 298 $comment_post_ID = $post_id;298 $comment_post_ID = (int) $post_id; 299 299 $comment_approved = 1; 300 300
Note: See TracChangeset
for help on using the changeset viewer.