Added Creative Commons Version 4.0 to options

This commit is contained in:
Matthias Gutjahr 2014-01-21 09:22:56 +01:00
parent c8eca17adc
commit 0986ba8497

View File

@ -44,7 +44,8 @@ class serendipity_event_creativecommons extends serendipity_event {
$cc_versions = array(
'1.0' => '1.0',
'2.5' => '2.5',
'3.0' => '3.0'
'3.0' => '3.0',
'4.0' => '4.0',
);
$propbag->add('type', 'select');
$propbag->add('name', PLUGIN_CREATIVECOMMONS_VERSION);