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' => '',
'author' => array(),
'version' => '',
'minversion' => '',
'maxversion' => '',
'minversion' => STD_VERSION,
'maxversion' => STD_VERSION,
'compat' => '',
'credits' => '',
'maintainer' => array(),