diff options
author | Friendika <info@friendika.com> | 2011-05-05 00:29:56 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-05 00:29:56 -0700 |
commit | eb2aae79873ddaf345926b1325753dfaf4e472a5 (patch) | |
tree | 117fe94a22dc2231fc4f76cdb55bbd2ba2381a69 | |
parent | 6348e4e47b492d31a20a91917963126a4d6dc30b (diff) | |
download | volse-hubzilla-eb2aae79873ddaf345926b1325753dfaf4e472a5.tar.gz volse-hubzilla-eb2aae79873ddaf345926b1325753dfaf4e472a5.tar.bz2 volse-hubzilla-eb2aae79873ddaf345926b1325753dfaf4e472a5.zip |
missing is_public in editpost
-rw-r--r-- | mod/editpost.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 3c92e8bbe..fd84fc26d 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -35,6 +35,7 @@ function editpost_content(&$a) { $a->page['htmlhead'] .= replace_macros($tpl, array( '$baseurl' => $a->get_baseurl(), + '$ispublic' => t('Visible to <strong>everybody</strong>'), '$geotag' => $geotag, '$nickname' => $a->user['nickname'] )); |