diff options
Diffstat (limited to 'mod/content.php')
-rw-r--r-- | mod/content.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/content.php b/mod/content.php index 6e0e318b3..dc82b2b2f 100644 --- a/mod/content.php +++ b/mod/content.php @@ -697,6 +697,7 @@ function render_content(&$a, $items, $mode, $update, $preview = false) { '$edurl' => t('Link'), '$edvideo' => t('Video'), '$preview' => t('Preview'), + '$sourceapp' => t($a->sourcename), '$ww' => (($mode === 'network') ? $commentww : '') )); } |