source code re-org, move taxonomy to separate include

This commit is contained in:
friendica
2013-06-19 21:50:14 -07:00
parent 4f06905a18
commit 3b1e5e5204
4 changed files with 114 additions and 271 deletions

View File

@@ -85,7 +85,7 @@ function editpost_content(&$a) {
'$jotnets' => $jotnets,
'$title' => htmlspecialchars($itm[0]['title']),
'$placeholdertitle' => t('Set title'),
'$category' => file_tag_file_to_list($itm[0]['file'], 'category'),
'$category' => '', // FIXME
'$placeholdercategory' => t('Categories (comma-separated list)'),
'$emtitle' => t('Example: bob@example.com, mary@example.com'),
'$lockstate' => $lockstate,