Approval.
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
<?PHP
|
||||
$object_publication_background['0'] = 'Image published';
|
||||
$object_publication_background['1'] = 'Transcript published';
|
||||
$object_publication_background['2'] = 'Discussed';
|
||||
$object_publication_background['3'] = 'Rezensiert';
|
||||
$object_publication_background['4'] = 'Referenced';
|
||||
$object_publication_background['5'] = 'Advertised';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_publication_background' =>
|
||||
array (
|
||||
0 => 'Image published',
|
||||
1 => 'Transcript published',
|
||||
2 => 'Discussed',
|
||||
3 => 'Rezensiert',
|
||||
4 => 'Referenced',
|
||||
5 => 'Advertised',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user