X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=46a530dce09f49ec5da5058364aac0b88f4fe6df;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=ee4d61e60a7c61182e177e77404fe16bbdcc1d22;hpb=4d21671f75e35e7c2880467dddc0936e8c718d8c;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index ee4d61e60a..46a530dce0 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -2,7 +2,6 @@ require_once('include/acl_selectors.php'); -if(! function_exists('editpost_content')) { function editpost_content(&$a) { $o = ''; @@ -147,9 +146,16 @@ function editpost_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$cancel' => t('Cancel'), - '$rand_num' => random_digits(12) + '$rand_num' => random_digits(12), + + //jot nav tab (used in some themes) + '$message' => t('Message'), + '$browser' => t('Browser'), + '$shortpermset' => t('permissions'), )); return $o; + } -} + +