Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-loader.php

    r3409 r3517  
    3232    } else if ( is_category() && $template = get_category_template()) {
    3333        include($template);
    34         exit;       
     34        exit;
    3535    } else if ( is_author() && $template = get_author_template() ) {
    3636        include($template);
Note: See TracChangeset for help on using the changeset viewer.