Changeset 16873
- Timestamp:
- 12/11/2010 07:17:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-xmlrpc-server.php
r16824 r16873 3463 3463 $comment_post_ID = (int) $post_ID; 3464 3464 $comment_author = $title; 3465 $comment_author_email = ''; 3465 3466 $this->escape($comment_author); 3466 3467 $comment_author_url = $pagelinkedfrom; … … 3469 3470 $comment_type = 'pingback'; 3470 3471 3471 $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_url', 'comment_ content', 'comment_type');3472 $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_url', 'comment_author_email', 'comment_content', 'comment_type'); 3472 3473 3473 3474 $comment_ID = wp_new_comment($commentdata);
Note: See TracChangeset
for help on using the changeset viewer.