Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Sep 23, 2014
1 parent 71d1b42 commit da5e7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-plus/connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$client_id = get_option('social_connect_google_plus_client_id');
$client_secret = get_option('social_connect_google_plus_client_secret');
$redirect_uri = SOCIAL_CONNECT_GOOGLE_PLUS_REDIRECT_URL;
$app_name = printf(__('Login to %s', 'social_connect'), get_option('siteurl'));
$app_name = sprintf(__('Login to %s', 'social_connect'), get_option('siteurl'));

if (!empty($client_id) && !empty($client_secret)) {
$client = new Google_Client();
Expand Down

0 comments on commit da5e7de

Please sign in to comment.