projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6348e4e
)
missing is_public in editpost
author
Friendika
<info@friendika.com>
Thu, 5 May 2011 07:29:56 +0000
(
00:29
-0700)
committer
Friendika
<info@friendika.com>
Thu, 5 May 2011 07:29:56 +0000
(
00:29
-0700)
mod/editpost.php
patch
|
blob
|
history
diff --git
a/mod/editpost.php
b/mod/editpost.php
index 3c92e8bbe633a5e81f197aa5a31189c97ca47e01..fd84fc26d5a4ba24f9ba386315221524854f7741 100644
(file)
--- 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']
));