]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/theme.php
Wordpress 2.5.1
[autoinstalls/wordpress.git] / wp-admin / includes / theme.php
index bd39dea20f74b1c30b72f20629c7f818c073fa76..7dae5beba25f8e81a231795cab803958724d2fdf 100644 (file)
@@ -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;
 }