mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +00:00
Trackback on edit done.
git-svn-id: https://develop.svn.wordpress.org/trunk@636 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -41,7 +41,7 @@ if ((strlen(''.$tb_id)) && (empty($HTTP_GET_VARS['__mode'])) && (strlen(''.$tb_u
|
||||
$comment = '<trackback />';
|
||||
$comment .= "<strong>$title</strong>\n$excerpt";
|
||||
|
||||
$author = addslashes($blog_name);
|
||||
$author = addslashes(stripslashes(stripslashes($blog_name)));
|
||||
$email = '';
|
||||
$original_comment = $comment;
|
||||
$comment_post_ID = $tb_id;
|
||||
|
||||
Reference in New Issue
Block a user