X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesEn_gb.php;h=61addfa8bd2c489cc5a9270d9d0f12f99a5a30bb;hb=6b97d969c3a1c4f7c3565c980383ce977062c0e2;hp=025c2ca85da7a5e1f7916910d40ec6f58ba32f22;hpb=f0edb3e368a5fc69218d20f76f1538b68f37db42;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesEn_gb.php b/languages/messages/MessagesEn_gb.php index 025c2ca85d..61addfa8bd 100644 --- a/languages/messages/MessagesEn_gb.php +++ b/languages/messages/MessagesEn_gb.php @@ -8,10 +8,9 @@ * */ -$specialPageAliases = array( - 'Uncategorizedcategories' => array( 'UncategorisedCategories' ), - 'Uncategorizedimages' => array( 'UncategorisedFiles', 'UncategorisedImages' ), - 'Uncategorizedpages' => array( 'UncategorisedPages' ), - 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ), -); - +$specialPageAliases = [ + 'Uncategorizedcategories' => [ 'UncategorisedCategories' ], + 'Uncategorizedimages' => [ 'UncategorisedFiles', 'UncategorisedImages' ], + 'Uncategorizedpages' => [ 'UncategorisedPages' ], + 'Uncategorizedtemplates' => [ 'UncategorisedTemplates' ], +];