summaryrefslogtreecommitdiffstats
path: root/wp-admin/includes/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/includes/theme.php')
-rw-r--r--wp-admin/includes/theme.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php
index bd39dea..7dae5be 100644
--- a/wp-admin/includes/theme.php
+++ b/wp-admin/includes/theme.php
@@ -14,6 +14,7 @@ function current_theme_info() {
$ct->screenshot = $themes[$current_theme]['Screenshot'];
$ct->description = $themes[$current_theme]['Description'];
$ct->author = $themes[$current_theme]['Author'];
+ $ct->tags = $themes[$current_theme]['Tags'];
return $ct;
}