summaryrefslogtreecommitdiff
path: root/plugins/googleplus/googleplus.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/googleplus/googleplus.php')
-rw-r--r--plugins/googleplus/googleplus.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/googleplus/googleplus.php b/plugins/googleplus/googleplus.php
index 9505b4096..a100573de 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");
}