Theme tagging from andy. fixes #5545

git-svn-id: https://develop.svn.wordpress.org/trunk@6530 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-12-31 18:39:43 +00:00
parent d9cfccddc1
commit 00db74c820
5 changed files with 17 additions and 2 deletions
+1
View 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;
}