]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Frost-mobile: media query in css for tablets
[friendica.git] / mod / editpost.php
index 653601686a23107ac589f23d102a87b6386482d4..b44afe245f5daeb54a617c87b4e1d9217bf870e9 100644 (file)
@@ -123,8 +123,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)'),
+               '$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),
@@ -132,6 +132,7 @@ function editpost_content(&$a) {
                '$profile_uid' => $_SESSION['uid'],
                '$preview' => t('Preview'),
                '$jotplugins' => $jotplugins,
+               '$sourceapp' => t($a->sourcename),
        ));
 
        return $o;