Fix a PHPCS warning in SkinTemplate.php
authorSiebrand Mazeland <siebrand@kitano.nl>
Mon, 28 Sep 2015 12:07:18 +0000 (14:07 +0200)
committerSiebrand Mazeland <siebrand@kitano.nl>
Mon, 28 Sep 2015 12:07:18 +0000 (14:07 +0200)
Change-Id: Ic12cfce697875fa9459824672e10f4eaaf7b2499

includes/skins/SkinTemplate.php

index baf9d95..ae69934 100644 (file)
@@ -928,7 +928,7 @@ class SkinTemplate extends Skin {
                                        // section link
                                        if ( $showNewSection ) {
                                                // Adds new section link
-                                               //$content_navigation['actions']['addsection']
+                                               // $content_navigation['actions']['addsection']
                                                $content_navigation['views']['addsection'] = array(
                                                        'class' => ( $isEditing && $section == 'new' ) ? 'selected' : false,
                                                        'text' => wfMessageFallback( "$skname-action-addsection", 'addsection' )