diff options
Diffstat (limited to 'wp-trackback.php')
| -rw-r--r-- | wp-trackback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-trackback.php b/wp-trackback.php index 7322862..a88ea34 100644 --- a/wp-trackback.php +++ b/wp-trackback.php @@ -66,7 +66,7 @@ if (empty($title) && empty($tb_url) && empty($blog_name)) { 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"); |
