mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Change plugin to addon
change the use of plugin to addon where appropriate.
This commit is contained in:
parent
3bad83f24e
commit
b86b04a81a
25 changed files with 164 additions and 164 deletions
|
@ -56,8 +56,8 @@ class App
|
|||
public $hooks;
|
||||
public $timezone;
|
||||
public $interactive = true;
|
||||
public $plugins;
|
||||
public $plugins_admin = [];
|
||||
public $addons;
|
||||
public $addons_admin = [];
|
||||
public $apps = [];
|
||||
public $identities;
|
||||
public $is_mobile = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue