From a610cf8ed2dbe57143201e195a3a2199c41b8293 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 12 Sep 2024 10:09:33 +0200 Subject: [PATCH] plugins: make an important note --- src/etc/inc/plugins.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/etc/inc/plugins.inc b/src/etc/inc/plugins.inc index 16e2fe7e4..190dcad7f 100644 --- a/src/etc/inc/plugins.inc +++ b/src/etc/inc/plugins.inc @@ -286,6 +286,9 @@ function plugins_configure($hook, $verbose = false, $args = []) * An optional argument count parameter can be * given by the plugin, which allows to securely * pull more info from the configure call spot. + * + * Otherwise the default is assumed to be ":1" + * only, which is the $verbose flag, see below. */ if (substr_count($task, ':')) { list($argf, $argc) = explode(':', $task);