Changeset 5006
- Timestamp:
- 03/09/2007 04:15:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r4953 r5006 79 79 $name = trim( $name ); 80 80 $theme = $name; 81 $theme_uri = trim( $theme_uri[1] ); 81 82 82 83 if ( '' == $author_uri[1] ) { … … 86 87 } 87 88 88 return array( 'Name' => $name, 'Title' => $theme, ' 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[1], 'Status' => $status ); 89 90 } 90 91
Note: See TracChangeset
for help on using the changeset viewer.