summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/share.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/share/share.php b/plugins/share/share.php
index 3c7d7943b..254b68bca 100644
--- a/plugins/share/share.php
+++ b/plugins/share/share.php
@@ -3,6 +3,12 @@ class Share extends Plugin {
private $link;
private $host;
+ function _about() {
+ return array(1.0,
+ "Share article by unique URL",
+ "fox");
+ }
+
function __construct($host) {
$this->link = $host->get_link();
$this->host = $host;