Added Creative Commons Version 4.0 to options
This commit is contained in:
parent
c8eca17adc
commit
0986ba8497
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user