diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-01-24 14:02:03 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-01-24 14:02:03 +0000 |
| commit | dbd5b2e2e7e46eda5233d61f01793e41a8d8e6fd (patch) | |
| tree | 36cc2bc24306895ce5b20353d87156d4eeb6963c /wp-inst/wp-admin/admin-functions.php | |
| parent | 6c1930bf126a5059115dfe7895ac448b86518c8b (diff) | |
| download | wordpress-mu-dbd5b2e2e7e46eda5233d61f01793e41a8d8e6fd.tar.gz wordpress-mu-dbd5b2e2e7e46eda5233d61f01793e41a8d8e6fd.tar.xz wordpress-mu-dbd5b2e2e7e46eda5233d61f01793e41a8d8e6fd.zip | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@514 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/admin-functions.php')
| -rw-r--r-- | wp-inst/wp-admin/admin-functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
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']; |
