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