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