mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
|
|
return [
|
|
'posts' => 'Posts',
|
|
'fields' => 'Fields',
|
|
'tagged' => 'Tagged ":tag"',
|
|
];
|