| @@ -1,8 +1,6 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | - | |
| 4 | - | |
| 5 | 3 | // 0 - none. |
| 6 | 4 | define( 'GEDEBUG_NONE', 0 ); |
| 7 | 5 | |
| 8 | 6 | // 1 - call logging only. |
| @@ -56,12 +54,10 @@ | ||
| 56 | 54 | * with GitHub(http://developer.github.com/v3/oauth/) use the filters here to |
| 57 | 55 | * provide the credentials. |
| 58 | 56 | */ |
| 59 | 57 | public function set_credentials() { |
| 60 | - | |
| 61 | 58 | $this->client_id = apply_filters( 'github-embed-client-id', $this->client_id ); |
| 62 | 59 | $this->client_secret = apply_filters( 'github-embed-client-secret', $this->client_secret ); |
| 63 | - | |
| 64 | 60 | } |
| 65 | 61 | |
| 66 | 62 | |
| 67 | 63 | |