diff options
| author | 2019-07-30 20:04:04 +0530 | |
|---|---|---|
| committer | 2019-07-30 16:34:04 +0200 | |
| commit | e99e4353d48cecc9c780f6bb5d45dea1401fc7d6 (patch) | |
| tree | 82635246290ae7d349b57a580798c610d8bc4b7b /app/shares.php | |
| parent | 70d06ca7591da5e7f09cde942c72b52f7af06ba4 (diff) | |
Remove Google+ support as it is dead. (#2464)
Diffstat (limited to 'app/shares.php')
| -rw-r--r-- | app/shares.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/shares.php b/app/shares.php index 4f7fde3ed..80e8235af 100644 --- a/app/shares.php +++ b/app/shares.php @@ -75,12 +75,6 @@ return array( 'form' => 'simple', 'method' => 'GET', ), - 'g+' => array( - 'url' => 'https://plus.google.com/share?url=~LINK~', - 'transform' => array('rawurlencode'), - 'form' => 'simple', - 'method' => 'GET', - ), 'facebook' => array( 'url' => 'https://www.facebook.com/sharer.php?u=~LINK~&t=~TITLE~', 'transform' => array('rawurlencode'), |
