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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pinterest/pinterest.php b/plugins/pinterest/pinterest.php
index c42549170..f93b62ff9 100644
--- a/plugins/pinterest/pinterest.php
+++ b/plugins/pinterest/pinterest.php
@@ -3,13 +3,13 @@ class Pinterest extends Plugin {
private $link;
private $host;
- function _about() {
+ function about() {
return array(1.0,
"Share article via Pinterest",
"?");
}
- function __construct($host) {
+ function init($host) {
$this->link = $host->get_link();
$this->host = $host;