X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=46a530dce09f49ec5da5058364aac0b88f4fe6df;hb=5a2ba1029ede3d220cea618a9fb078efde5f7bea;hp=9a80d0b2f4ba622badbaac42f617e973eeed926a;hpb=c50b49d303aec426ad14eac470c212f96887d8a1;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index 9a80d0b2f4..46a530dce0 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -146,7 +146,12 @@ 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;