Make WordPress Core


Ignore:
Timestamp:
03/25/2007 11:06:28 PM (19 years ago)
Author:
ryan
Message:

Some int casts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-trackback.php

    r4677 r5099  
    8585    }
    8686
    87     $comment_post_ID = $tb_id;
     87    $comment_post_ID = (int) $tb_id;
    8888    $comment_author = $blog_name;
    8989    $comment_author_email = '';
Note: See TracChangeset for help on using the changeset viewer.