Make WordPress Core


Ignore:
Timestamp:
03/23/2007 12:59:21 AM (18 years ago)
Author:
matt
Message:

(int)er the dragon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/blogger.php

    r5038 r5087  
    547547        }
    548548
    549         $comment_post_ID = $this->blogs[$importing_blog]['posts'][$entry->old_post_permalink];
     549        $comment_post_ID = (int) $this->blogs[$importing_blog]['posts'][$entry->old_post_permalink];
    550550        preg_match('#<name>(.+?)</name>.*(?:\<uri>(.+?)</uri>)?#', $entry->author, $matches);
    551551        $comment_author  = addslashes( $this->no_apos( strip_tags( (string) $matches[1] ) ) );
Note: See TracChangeset for help on using the changeset viewer.