mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 12:21:29 +00:00
add -list-plugins option; about sections to plugins
This commit is contained in:
@@ -10,6 +10,12 @@ class GooglePlus extends Plugin {
|
||||
$host->add_hook($host::HOOK_ARTICLE_BUTTON, $this);
|
||||
}
|
||||
|
||||
function _about() {
|
||||
return array(1.0,
|
||||
"Share on Google+ plugin",
|
||||
"homolibere");
|
||||
}
|
||||
|
||||
function get_js() {
|
||||
return file_get_contents(dirname(__FILE__) . "/googleplus.js");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user