summaryrefslogtreecommitdiffstats
path: root/wp-includes/theme.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-05-22 13:18:32 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-05-22 13:18:32 +0000
commit5776762bbd3841c2e90782cdaea848f032929009 (patch)
tree61e80ca4413bb331a4c95c2c5e0c3590eca9226e /wp-includes/theme.php
parent1baf0ee59faa48a1febb8131ced3348ab14c2ce8 (diff)
downloadwordpress-mu-5776762bbd3841c2e90782cdaea848f032929009.tar.gz
wordpress-mu-5776762bbd3841c2e90782cdaea848f032929009.tar.xz
wordpress-mu-5776762bbd3841c2e90782cdaea848f032929009.zip
WP Merge 5509
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@976 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/theme.php')
-rw-r--r--wp-includes/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/theme.php b/wp-includes/theme.php
index c251935..51513bc 100644
--- a/wp-includes/theme.php
+++ b/wp-includes/theme.php
@@ -103,7 +103,7 @@ function get_theme_data( $theme_file ) {
$author = sprintf( '<a href="%1$s" title="%2$s">%3$s</a>', $author_uri, __( 'Visit author homepage' ), wp_kses( trim( $author_name[1] ), $themes_allowed_tags ) );
}
- return array( 'Name' => $name, 'Title' => $theme, 'URI' => $theme_uri, 'Description' => $description, 'Author' => $author, 'Version' => $version, 'Template' => $template[1], 'Status' => $status );
+ return array( 'Name' => $name, 'Title' => $theme, 'URI' => $theme_uri, 'Description' => $description, 'Author' => $author, 'Version' => $version, 'Template' => $template, 'Status' => $status );
}
function get_themes() {