Skip to content

Commit f84ee2a

Browse files
authored
Update pages_common.php
1 parent bf77b01 commit f84ee2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

language/fr/pages_common.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
if (empty($lang) || !is_array($lang))
2121
{
22-
$lang = array();
22+
$lang = [];
2323
}
2424

2525
// DEVELOPERS PLEASE NOTE
@@ -35,9 +35,9 @@
3535
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
3636
//
3737
// Some characters you may want to copy&paste:
38-
// ’ » “ ” …
38+
// ’ « » “ ” …
3939
//
4040

41-
$lang = array_merge($lang, array(
41+
$lang = array_merge($lang, [
4242
'PAGES_VIEWONLINE' => 'Consulte la page %s',
43-
));
43+
]);

0 commit comments

Comments
 (0)