Set min/maxversion for plugins to STD_VERSION unless otherwise specified

This commit is contained in:
DM42.Net (Matt Dent) 2018-12-14 14:22:28 -05:00
parent f81a3ba45d
commit 3416190e4b

View File

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