From d407afd2cf84fa1d87be4dd387cdb6539aac3112 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 6 Aug 2007 09:35:24 +0000 Subject: Sync for WP 2.2.2 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1013 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/theme.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wp-includes/theme.php') diff --git a/wp-includes/theme.php b/wp-includes/theme.php index e561e23..f20ae68 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -79,6 +79,7 @@ function get_theme_data( $theme_file ) { $name = trim( $name ); $theme = $name; $theme_uri = trim( $theme_uri[1] ); + $template = trim( $template[1] ); if ( '' == $author_uri[1] ) { $author = trim( $author_name[1] ); -- cgit