X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=plugins%2Fgoogleplus%2Fgoogleplus.php;h=a100573de1fc4694685194e2f6a0853cf2a414c4;hb=7a866114e1236da92c0a35c9441903640a6bdf63;hp=9505b409612f50da19af4316c64649f582ade155;hpb=6b31c9f2fb2f53402743c6d9358d68918a4fa0af;p=tt-rss.git diff --git a/plugins/googleplus/googleplus.php b/plugins/googleplus/googleplus.php index 9505b409..a100573d 100644 --- a/plugins/googleplus/googleplus.php +++ b/plugins/googleplus/googleplus.php @@ -10,6 +10,12 @@ class GooglePlus extends Plugin { $host->add_hook($host::HOOK_ARTICLE_BUTTON, $this); } + function _about() { + return array(1.0, + "Share on Google+ plugin", + "homolibere"); + } + function get_js() { return file_get_contents(dirname(__FILE__) . "/googleplus.js"); }