plugins: make an important note

This commit is contained in:
Franco Fichtner 2024-09-12 10:09:33 +02:00
parent 3dd3c9fe6f
commit a610cf8ed2

View File

@ -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);