Make WordPress Core


Ignore:
Timestamp:
07/26/2006 10:56:56 PM (20 years ago)
Author:
ryan
Message:

Menu and plugin tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/xmlrpc.php

    r3498 r4051  
    12291229        $original_title = $title;
    12301230
    1231         $comment_post_ID = $post_ID;
     1231        $comment_post_ID = (int) $post_ID;
    12321232        $comment_author = $title;
     1233        $this->escape($comment_author);
    12331234        $comment_author_url = $pagelinkedfrom;
    12341235        $comment_content = $context;
     1236        $this->escape($comment_content);
    12351237        $comment_type = 'pingback';
    12361238
Note: See TracChangeset for help on using the changeset viewer.