jenkins-bot has submitted this change and it was merged.

Change subject: Change blueprint to Blueprint in $stylename
......................................................................


Change blueprint to Blueprint in $stylename

The skin name should be capitalized here, matching what Vector does.

Change-Id: I9c6bafc18a956673edf430ba028420431d7a81f0
---
M src/SkinBlueprint.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Spage: Looks good to me, approved
  jenkins-bot: Verified

Objections:
  VolkerE: There's a problem with this change, please improve



diff --git a/src/SkinBlueprint.php b/src/SkinBlueprint.php
index b0ef50d..128e54b 100644
--- a/src/SkinBlueprint.php
+++ b/src/SkinBlueprint.php
@@ -2,7 +2,7 @@
 
 class SkinBlueprint extends SkinTemplate {
        public $skinname = 'blueprint';
-       public $stylename = 'blueprint';
+       public $stylename = 'Blueprint';
        public $template = 'BlueprintSkinTemplate';
 
        public function initPage( OutputPage $out ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/239876
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9c6bafc18a956673edf430ba028420431d7a81f0
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/skins/Blueprint
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Prtksxna <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: VolkerE <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to