diff options
author | friendica <info@friendica.com> | 2012-04-01 19:03:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 19:03:20 -0700 |
commit | 07cfdba9c36d1887b2e9b53ab8054d5140a59f53 (patch) | |
tree | c2a3f1e1d1aaf5e3e2f6d9b194e91d6b8b401cdd /mod/editpost.php | |
parent | 06e9a8b7a0d6b5be141563c77ae3a71e9998b81f (diff) | |
parent | 581b54c974a9b9a050a8a0b9a17a19bd41b1f2f5 (diff) | |
download | volse-hubzilla-07cfdba9c36d1887b2e9b53ab8054d5140a59f53.tar.gz volse-hubzilla-07cfdba9c36d1887b2e9b53ab8054d5140a59f53.tar.bz2 volse-hubzilla-07cfdba9c36d1887b2e9b53ab8054d5140a59f53.zip |
Merge pull request #200 from unary/categories
allow users to set categories on their posts
Diffstat (limited to 'mod/editpost.php')
-rwxr-xr-x | mod/editpost.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 2ddba36aa..4c00201ca 100755 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -115,6 +115,8 @@ function editpost_content(&$a) { '$jotnets' => $jotnets, '$title' => $itm[0]['title'], '$placeholdertitle' => t('Set title'), + '$category' => file_tag_file_to_list($itm[0]['file'], 'category'), + '$placeholdercategory' => t('Categories (comma-separated list)'), '$emtitle' => t('Example: bob@example.com, mary@example.com'), '$lockstate' => $lockstate, '$acl' => '', // populate_acl((($group) ? $group_acl : $a->user), $celeb), |