Approval.
This commit is contained in:
10
kn/object_publication_background.php
Normal file
10
kn/object_publication_background.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$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