]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
begin plugin api
[friendica.git] / mod / notifications.php
index 9765c14526d100ace3da9d380be125b17f7a69bd..1c680794e49debdeb1bee99c138ffceae63ac209 100644 (file)
@@ -116,7 +116,10 @@ function notifications_content(&$a) {
                                '$url' => $rr['url'],
                                '$knowyou' => $knowyou,
                                '$approve' => t('Approve'),
-                               '$note' => $rr['note']
+                               '$note' => $rr['note'],
+                               '$ignore' => t('Ignore'),
+                               '$discard' => t('Discard')
+
                        ));
                }
        }