Browse Source

Update for client_secret

Must be a typo error.
widget
Jay Kanakiya 11 years ago
parent
commit
3de46308a5
  1. 2
      github-api.php

2
github-api.php

@ -57,7 +57,7 @@ class github_api {
public function set_credentials() {
$this->client_id = apply_filters( 'github-embed-client-id', $this->client_id );
$this->client_secret = apply_filters( 'github-embed-client-secret', $this->client_id );
$this->client_secret = apply_filters( 'github-embed-client-secret', $this->client_secret );
}

Loading…
Cancel
Save