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/close_button/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/close_button/init.php') diff --git a/plugins/close_button/init.php b/plugins/close_button/init.php index 2a5025cf6..c1169fc34 100644 --- a/plugins/close_button/init.php +++ b/plugins/close_button/init.php @@ -9,7 +9,7 @@ class Close_Button extends Plugin { } function about() { - return array(1.0, + return array(null, "Adds a button to close article panel", "fox"); } -- cgit v1.2.3