Update function calls
update function calls for moved functions
This commit is contained in:
parent
1d571a527b
commit
352da9bcf3
5 changed files with 16 additions and 16 deletions
|
@ -40,7 +40,7 @@ function poke_init(App $a)
|
|||
|
||||
$verb = notags(trim($_GET['verb']));
|
||||
|
||||
$verbs = get_poke_verbs();
|
||||
$verbs = L10n::getPokeVerbs();
|
||||
|
||||
if (!array_key_exists($verb, $verbs)) {
|
||||
return;
|
||||
|
@ -171,7 +171,7 @@ function poke_content(App $a)
|
|||
$parent = (x($_GET,'parent') ? intval($_GET['parent']) : '0');
|
||||
|
||||
|
||||
$verbs = get_poke_verbs();
|
||||
$verbs = L10n::getPokeVerbs();
|
||||
|
||||
$shortlist = [];
|
||||
foreach ($verbs as $k => $v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue