forknuto z friendica/friendica-addons
Changes:
- added missing type-hints - avoided local variables - added some documentation - changed double-quotes to single
Tato revize je obsažena v:
rodič
c0c15644a3
revize
06b15a6ed0
29 změněných souborů, kde bylo provedeno 191 přidání a 204 odebrání
|
@ -24,12 +24,12 @@ function showmore_dyn_install()
|
|||
Hook::register('addon_settings_post', __FILE__, 'showmore_dyn_settings_post');
|
||||
}
|
||||
|
||||
function showmore_dyn_head(App $a, string &$b)
|
||||
function showmore_dyn_head(App $a, string &$body)
|
||||
{
|
||||
DI::page()->registerStylesheet(__DIR__ . '/showmore_dyn.css');
|
||||
}
|
||||
|
||||
function showmore_dyn_footer(App $a, string &$b)
|
||||
function showmore_dyn_footer(App $a, string &$body)
|
||||
{
|
||||
DI::page()->registerFooterScript(__DIR__ . '/showmore_dyn.js');
|
||||
}
|
||||
|
|
Načítání…
Přidat tabulku
Přidat odkaz
Odkázat v novém problému