Changeset 627
- Timestamp:
- 07/03/06 11:35:13 (2 years ago)
- Files:
-
- trunk/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/xmlrpc.php
r599 r627 1230 1230 1231 1231 $comment_post_ID = (int) $post_ID; 1232 $comment_author = $this->escape($title); 1232 $comment_author = $title; 1233 $this->escape($comment_author); 1233 1234 $comment_author_url = $pagelinkedfrom; 1234 $comment_content = $this->escape($context); 1235 $comment_content = $context; 1236 $this->escape($comment_content); 1235 1237 $comment_type = 'pingback'; 1236 1238
