mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:15:56 +00:00
hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null)
This commit is contained in:
@@ -3,7 +3,7 @@ class Bookmarklets extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Easy feed subscription and web page sharing using bookmarklets",
|
||||
"fox",
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user