mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
plugins: make an important note
This commit is contained in:
parent
3dd3c9fe6f
commit
a610cf8ed2
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user