Fix new style array into old style array

semi-fullscreen wp-1.11.2
Frode Petterson 2018-11-08 12:36:30 +01:00
parent 85b278bd52
commit f7f2479b2a
1 changed files with 2 additions and 2 deletions

View File

@ -4362,7 +4362,7 @@ class H5PContentValidator {
(object) array(
'type' => 'optgroup',
'label' => $this->h5pF->t('Creative Commons'),
'options' => [
'options' => array(
(object) array(
'value' => 'CC BY',
'label' => $this->h5pF->t('Attribution (CC BY)'),
@ -4401,7 +4401,7 @@ class H5PContentValidator {
'value' => 'CC PDM',
'label' => $this->h5pF->t('Public Domain Mark (PDM)')
),
]
)
),
(object) array(
'value' => 'GNU GPL',