Changeset 5505
- Timestamp:
- 05/21/07 20:11:27 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-includes/theme.php
r5475 r5505 87 87 } 88 88 89 return array( 'Name' => $name, 'Title' => $theme, 'URI' => $theme_uri, 'Description' => $description, 'Author' => $author, 'Version' => $version, 'Template' => $template [1], 'Status' => $status );89 return array( 'Name' => $name, 'Title' => $theme, 'URI' => $theme_uri, 'Description' => $description, 'Author' => $author, 'Version' => $version, 'Template' => $template, 'Status' => $status ); 90 90 } 91 91
