Skip to content

Commit

Permalink
Remove redundant check. Props Mittineague. fixes #3665
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@4801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Jan 25, 2007
1 parent 33d8407 commit 858ba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-trackback.php
Expand Up @@ -66,7 +66,7 @@ function trackback_response($error = 0, $error_message = '') {
exit;
}

if ( !empty($tb_url) && !empty($title) && !empty($tb_url) ) {
if ( !empty($tb_url) && !empty($title) ) {
header('Content-Type: text/xml; charset=' . get_option('blog_charset') );

$pingstatus = $wpdb->get_var("SELECT ping_status FROM $wpdb->posts WHERE ID = $tb_id");
Expand Down

0 comments on commit 858ba5e

Please sign in to comment.