mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
15 lines
349 B
PHP
15 lines
349 B
PHP
<?php
|
|
|
|
return [
|
|
'organization' => 'Organization',
|
|
'permalinks' => 'Permalinks',
|
|
'advanced' => 'Advanced',
|
|
'general' => 'General',
|
|
'display' => 'Display',
|
|
'options' => 'Options',
|
|
'fields' => 'Fields',
|
|
'layout' => 'Layout',
|
|
'post' => 'Post',
|
|
'seo' => 'SEO',
|
|
];
|