set minversion and maxversion for themes in view/theme/themename/php/theme.php instead of separate file.

This commit is contained in:
Mario Vavti
2017-02-27 10:13:08 +01:00
parent 4f07abe655
commit 0f208fb36b
6 changed files with 13 additions and 7 deletions

View File

@@ -471,6 +471,8 @@ function get_theme_info($theme){
'description' => '',
'author' => array(),
'version' => '',
'minversion' => '',
'maxversion' => '',
'compat' => '',
'credits' => '',
'maintainer' => array(),