aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-25 22:35:24 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-25 22:35:24 +0200
commit31b5b06e42415ffaf98ca09ca8641ae64e67280f (patch)
tree1b7e0ea2df7bc55c8e23458f38a3f2ec64afe726 /include/conversation.php
parente01873b4cf3c217f7ee0baafbee1ba9dd42e0408 (diff)
downloadvolse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.tar.gz
volse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.tar.bz2
volse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.zip
Provide webpage layout description
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 42ce140a6..8c9029a43 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1199,7 +1199,7 @@ function status_editor($a, $x, $popup = false) {
'$noloc' => ((get_pconfig($x['profile_uid'], 'system', 'use_browser_location')) ? t('Clear browser location') : ''),
'$shortnoloc' => t('clear location'),
'$title' => ((x($x, 'title')) ? htmlspecialchars($x['title'], ENT_COMPAT,'UTF-8') : ''),
- '$placeholdertitle' => t('Title (optional)'),
+ '$placeholdertitle' => ((x($x, 'placeholdertitle')) ? $x['placeholdertitle'] : t('Title (optional)')),
'$hidetitle' => ((x($x, 'hidetitle')) ? $x['hidetitle'] : false),
'$catsenabled' => ((feature_enabled($x['profile_uid'], 'categories') && (! $webpage)) ? 'categories' : ''),
'$category' => "",