]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
applied coding convention:
[friendica.git] / mod / photos.php
index af4c60b268a25ec760ae2a8555b75a1d8fec08da..27d8499c2809699d655b375f745c55a36dcb9d12 100644 (file)
@@ -1589,7 +1589,6 @@ function photos_content(App $a) {
                                        '$id' => $link_item['id'],
                                        '$likethis' => t("I like this \x28toggle\x29"),
                                        '$nolike' => (feature_enabled(local_user(), 'dislike') ? t("I don't like this \x28toggle\x29") : ''),
-                                       '$share' => t('Share'),
                                        '$wait' => t('Please wait'),
                                        '$return_path' => $a->query_string,
                                ));