Changeset 5099 for branches/2.0/wp-admin/import/mt.php
- Timestamp:
- 03/25/2007 11:06:28 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/import/mt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/import/mt.php
r4239 r5099 170 170 } 171 171 $this->file = $file['file']; 172 $this->id = $file['id'];172 $this->id = (int) $file['id']; 173 173 174 174 $this->get_entries(); … … 294 294 } 295 295 296 $comment_post_ID = $post_id;296 $comment_post_ID = (int) $post_id; 297 297 $comment_approved = 1; 298 298
Note: See TracChangeset
for help on using the changeset viewer.