Changeset 4801

Show
Ignore:
Timestamp:
01/25/07 02:03:55 (1 year ago)
Author:
ryan
Message:

Remove redundant check. Props Mittineague. fixes #3665

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-trackback.php

    r4676 r4801  
    6767} 
    6868 
    69 if ( !empty($tb_url) && !empty($title) && !empty($tb_url) ) { 
     69if ( !empty($tb_url) && !empty($title) ) { 
    7070    header('Content-Type: text/xml; charset=' . get_option('blog_charset') ); 
    7171