Changeset 627

Show
Ignore:
Timestamp:
07/03/06 11:35:13 (2 years ago)
Author:
donncha
Message:

Fix anon pingbacks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/xmlrpc.php

    r599 r627  
    12301230 
    12311231                $comment_post_ID = (int) $post_ID; 
    1232                 $comment_author = $this->escape($title); 
     1232                $comment_author = $title; 
     1233                $this->escape($comment_author); 
    12331234                $comment_author_url = $pagelinkedfrom; 
    1234                 $comment_content = $this->escape($context); 
     1235                $comment_content = $context; 
     1236                $this->escape($comment_content); 
    12351237                $comment_type = 'pingback'; 
    12361238