X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fphotos.php;h=27d8499c2809699d655b375f745c55a36dcb9d12;hb=221cfa8c22b724228ed24618569cabcae582d331;hp=af4c60b268a25ec760ae2a8555b75a1d8fec08da;hpb=d61a4a67db0ccd428ae5b5e870027d462e44e730;p=friendica.git diff --git a/mod/photos.php b/mod/photos.php index af4c60b268..27d8499c28 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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, ));