diff options
Diffstat (limited to 'wp-includes/theme.php')
| -rw-r--r-- | wp-includes/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-includes/theme.php b/wp-includes/theme.php index e561e23..f20ae68 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -79,6 +79,7 @@ function get_theme_data( $theme_file ) { $name = trim( $name ); $theme = $name; $theme_uri = trim( $theme_uri[1] ); + $template = trim( $template[1] ); if ( '' == $author_uri[1] ) { $author = trim( $author_name[1] ); |
