X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fskins%2FSkin.php;h=b60aa10f27c37a45b7c59cea1fa3efa2d29568e0;hb=acf2e7603c4de9ebe42563292f9587b5f8808cf1;hp=6b4acfa2d35f4daefbd4d69ebd02f15b1cb06d05;hpb=c24cbb13dfa35274adc1a6ab11a5ebf38fe5c7d9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/skins/Skin.php b/includes/skins/Skin.php index 6b4acfa2d3..b60aa10f27 100644 --- a/includes/skins/Skin.php +++ b/includes/skins/Skin.php @@ -1169,7 +1169,7 @@ abstract class Skin extends ContextSource { * * BaseTemplate::getSidebar can be used to simplify the format and id generation in new skins. * - * The format of the returned array is array( heading => content, ... ), where: + * The format of the returned array is [ heading => content, ... ], where: * - heading is the heading of a navigation portlet. It is either: * - magic string to be handled by the skins ('SEARCH' / 'LANGUAGES' / 'TOOLBOX' / ...) * - a message name (e.g. 'navigation'), the message should be HTML-escaped by the skin