Ticket #4522: theme.php.diff

File theme.php.diff, 339 bytes (added by dougal, 1 year ago)

patch against 2.2.1 wp-includes/theme.php

  • theme.php

    old new  
    7979        $name = trim( $name ); 
    8080        $theme = $name; 
    8181        $theme_uri = trim( $theme_uri[1] ); 
     82        $template = trim( $template[1] ); 
    8283 
    8384        if ( '' == $author_uri[1] ) { 
    8485                $author = trim( $author_name[1] );