Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (17 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme.php

    r5630 r5700  
    3434        foreach ( $templates as $template ) {
    3535            $template_data = implode( '', file( ABSPATH.$template ));
    36            
     36
    3737            preg_match( '|Template Name:(.*)$|mi', $template_data, $name );
    3838            preg_match( '|Description:(.*)$|mi', $template_data, $description );
Note: See TracChangeset for help on using the changeset viewer.