Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ function apps_content(App $a) {
|
||||
}
|
||||
|
||||
$tpl = get_markup_template('apps.tpl');
|
||||
return replace_macros($tpl, array(
|
||||
return replace_macros($tpl, [
|
||||
'$title' => $title,
|
||||
'$apps' => $a->apps,
|
||||
));
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user