1
0
Bifurcation 0
- if a <addon>_module() function is empty, it is more a statement and not a
  real function
Cette révision appartient à :
Roland Häder 2022-06-24 23:27:58 +02:00
révision 3ab46781b1
Signé par: roland
ID de la clé GPG: C82EDE5DDFA0BA77
21 fichiers modifiés avec 259 ajouts et 198 suppressions

Voir le fichier

@ -180,6 +180,11 @@ function advancedcontentfilter_addon_settings(App $a, array &$data)
* Module
*/
/**
* This is a statement rather than an actual function definition. The simple
* existence of this method is checked to figure out if the addon offers a
* module.
*/
function advancedcontentfilter_module() {}
function advancedcontentfilter_init(App $a)