Created
June 26, 2010 14:13
-
-
Save ootput/454080 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *** user/plugins/gistextras/gistextras.plugin.php.orig 2010-06-26 22:11:59.777117173 +0800 | |
| --- user/plugins/gistextras/gistextras.plugin.php 2010-06-26 22:11:32.328366681 +0800 | |
| *************** | |
| *** 2,20 **** | |
| class GistExtras extends Plugin | |
| { | |
| - public function info() | |
| - { | |
| - return array( | |
| - 'url' => 'http://andrewhutchings.com', | |
| - 'name' => 'Gist Extras', | |
| - 'description' => 'Embeds gists in post content, and allows for the use of custom CSS.', | |
| - 'license' => 'Apache License 2.0', | |
| - 'author' => 'Andrew Hutchings', | |
| - 'authorurl' => 'http://andrewhutchings.com', | |
| - 'version' => '0.0.2' | |
| - ); | |
| - } | |
| - | |
| public function action_update_check() | |
| { | |
| Update::add( 'GistExtras', 'A6A9D42C-2F4F-11DE-BB63-026155D89593', $this->info->version ); | |
| --- 2,7 ---- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment