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/livejournal.php

    r4608 r5087  
    8383
    8484            if ( $comments ) {
    85                 $comment_post_ID = $post_id;
     85                $comment_post_ID = (int) $post_id;
    8686                $num_comments = 0;
    8787                foreach ($comments as $comment) {
Note: See TracChangeset for help on using the changeset viewer.