]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Merge pull request #2666 from annando/1607-more-logging
[friendica.git] / include / conversation.php
index c4d4fcdde80b57273093f3321007842eddb33b24..86b5ddc8d20b4e667e0ed2fad4412d364e12b291 100644 (file)
@@ -1282,6 +1282,10 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) {
                '$private' => t('Private post'),
                '$is_private' => $private_post,
                '$public_link' => $public_post_link,
+
+               //jot nav tab (used in some themes)
+               '$message' => t('Message'),
+               '$browser' => t('Browser'),
        ));