Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
fixed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnetters committed Apr 21, 2017
1 parent fcec5a1 commit f96c3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/MakeShareData.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function handle(
'href' => 'http://twitter.com/intent/tweet?status=' . urlencode($title) . '&url=' . urlencode($url)
],
'whatsapp' => [
'name' => 'WhatsApp'
'name' => 'WhatsApp',
'href' => 'whatsapp://send?text=' . urlencode($url),
'class' => 'shares-whatsapp'
],
Expand Down

0 comments on commit f96c3fe

Please sign in to comment.