Changeset 5087 for trunk/wp-admin/import/blogware.php
- Timestamp:
- 03/23/2007 12:59:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogware.php
r4495 r5087 105 105 106 106 if ( $comments ) { 107 $comment_post_ID = $post_id;107 $comment_post_ID = (int) $post_id; 108 108 $num_comments = 0; 109 109 foreach ($comments as $comment) {
Note: See TracChangeset
for help on using the changeset viewer.