From dbd5b2e2e7e46eda5233d61f01793e41a8d8e6fd Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 24 Jan 2006 14:02:03 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@514 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-admin/admin-functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wp-inst/wp-admin/admin-functions.php') diff --git a/wp-inst/wp-admin/admin-functions.php b/wp-inst/wp-admin/admin-functions.php index 7f516da..6fc0ec3 100644 --- a/wp-inst/wp-admin/admin-functions.php +++ b/wp-inst/wp-admin/admin-functions.php @@ -1616,6 +1616,7 @@ function get_importers() { function current_theme_info() { $themes = get_themes(); $current_theme = get_current_theme(); + $ct->name = $current_theme; $ct->title = $themes[$current_theme]['Title']; $ct->version = $themes[$current_theme]['Version']; $ct->parent_theme = $themes[$current_theme]['Parent Theme']; -- cgit