Skip to content

Commit

Permalink
AMP: remove deprecated Google+ icon (#12024)
Browse files Browse the repository at this point in the history
#### Changes proposed in this Pull Request:

Google+ is no more. Remove button from AMP compat class.

#### Testing instructions:

* Not much since the button is now gone.

#### Proposed changelog entry for your changes:

* None
  • Loading branch information
jeherve authored Apr 15, 2019
1 parent a095fd0 commit 48d46f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 3rd-party/class.jetpack-amp-support.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,6 @@ static function render_sharing_html( $markup, $sharing_enabled ) {
'twitter' => array(),
'pinterest' => array(),
'whatsapp' => array(),
'google-plus-1' => array(
'type' => 'gplus',
),
'tumblr' => array(),
'linkedin' => array(),
);
Expand Down

0 comments on commit 48d46f9

Please sign in to comment.