]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Only show "Welcome to $Sitename" if you haven't made your own homepage.
[friendica.git] / mod / editpost.php
index 75b686bcd9c25d0ae46469368e9c2c5e14a828ff..1dc6aea21e054a3af159ebbda149cab5414a7538 100644 (file)
@@ -139,7 +139,8 @@ function editpost_content(&$a) {
                '$preview' => t('Preview'),
                '$jotplugins' => $jotplugins,
                '$sourceapp' => t($a->sourcename),
-               '$cancel' => t('Cancel')
+               '$cancel' => t('Cancel'),
+               '$rand_num' => random_digits(12)
        ));
 
        return $o;