From e938b1de117cfde17a5773fe0c6fc92185c873fe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 30 Dec 2012 13:36:40 +0400 Subject: rename plugin main class files --- plugins/example_feed/example_feed.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 plugins/example_feed/example_feed.php (limited to 'plugins/example_feed/example_feed.php') diff --git a/plugins/example_feed/example_feed.php b/plugins/example_feed/example_feed.php deleted file mode 100644 index af14d3ff3..000000000 --- a/plugins/example_feed/example_feed.php +++ /dev/null @@ -1,29 +0,0 @@ -link = $host->get_link(); - $this->host = $host; - - $host->add_hook($host::HOOK_FEED_PARSED, $this); - } - - function hook_feed_parsed($feed) { - _debug("I'm a little feed short and stout, here's my title: " . $feed->get_title()); - _debug("... here's my link element: " . $feed->get_link()); - } -} -?> -- cgit v1.2.3