Make WordPress Core


Ignore:
Timestamp:
05/21/2007 08:11:53 PM (17 years ago)
Author:
ryan
Message:

Fix theme template field. fixes #4310 for 2.3

File:
1 edited

Legend:

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

    r5476 r5506  
    104104    }
    105105
    106     return array( 'Name' => $name, 'Title' => $theme, 'URI' => $theme_uri, 'Description' => $description, 'Author' => $author, 'Version' => $version, 'Template' => $template[1], 'Status' => $status );
     106    return array( 'Name' => $name, 'Title' => $theme, 'URI' => $theme_uri, 'Description' => $description, 'Author' => $author, 'Version' => $version, 'Template' => $template, 'Status' => $status );
    107107}
    108108
Note: See TracChangeset for help on using the changeset viewer.