diff options
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index 42c6c0c29..678a41f0a 100644 --- a/mod/network.php +++ b/mod/network.php @@ -502,6 +502,8 @@ function network_content(&$a, $update = 0) { '$mylink' => $a->contact['url'], '$mytitle' => t('This is you'), '$myphoto' => $a->contact['thumb'], + '$comment' => t('Comment'), + '$submit' => t('Submit'), '$ww' => $commentww )); } |