Set min/maxversion for plugins to STD_VERSION unless otherwise specified
This commit is contained in:
parent
f81a3ba45d
commit
3416190e4b
@ -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(),
|
||||
|
Reference in New Issue
Block a user