From 20a844085f42975a9e2d20a9cd489a0251d52ad5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Mar 2021 12:11:42 +0300 Subject: hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null) --- plugins/share/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/share') diff --git a/plugins/share/init.php b/plugins/share/init.php index 37799fba6..452fc6252 100644 --- a/plugins/share/init.php +++ b/plugins/share/init.php @@ -3,7 +3,7 @@ class Share extends Plugin { private $host; function about() { - return array(1.0, + return array(null, "Share article by unique URL", "fox"); } -- cgit v1.2.3