Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-trackback.php

    r4144 r4495  
    4848}
    4949
    50 if ( is_single() || is_page() ) 
    51     $tb_id = $posts[0]->ID;
     50if ( is_single() || is_page() )
     51    $tb_id = $posts[0]->ID;
    5252
    5353if ( !intval( $tb_id ) )
Note: See TracChangeset for help on using the changeset viewer.