PluginProbe
Github Embed / 1.8
Github Embed v1.8
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1
← All changes | github-api.php +0 -4 1.71.8 View file →
@@ -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