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

Change subject: Fix comments in template
......................................................................


Fix comments in template

Change-Id: I9f359362a461d87f2d874f989e0da3bf35622084
---
M ExampleTemplate.php
1 file changed, 9 insertions(+), 1 deletion(-)

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



diff --git a/ExampleTemplate.php b/ExampleTemplate.php
index 6c053cd..b75dcec 100644
--- a/ExampleTemplate.php
+++ b/ExampleTemplate.php
@@ -177,7 +177,7 @@
        }
 
        /**
-        * Outputs the logo and site title
+        * Outputs the search form
         */
        private function outputSearch() {
                ?>
@@ -216,6 +216,10 @@
                        $this->outputPortlet( $box, true );
                }
        }
+
+       /**
+        * Outputs page-related tools/links
+        */
        private function outputPageLinks() {
                $this->outputPortlet( array(
                        'id' => 'p-namespaces',
@@ -238,6 +242,10 @@
                        'content' => 
$this->data['content_navigation']['actions'],
                ) );
        }
+
+       /**
+        * Outputs user tools menu
+        */
        private function outputUserLinks() {
                $this->outputPortlet( array(
                        'id' => 'p-personal',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9f359362a461d87f2d874f989e0da3bf35622084
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/skins/Example
Gerrit-Branch: master
Gerrit-Owner: Isarra <[email protected]>
Gerrit-Reviewer: Isarra <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to