Isarra has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/250203

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

Fix comments in template

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Example 
refs/changes/03/250203/1

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: newchange
Gerrit-Change-Id: I9f359362a461d87f2d874f989e0da3bf35622084
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Example
Gerrit-Branch: master
Gerrit-Owner: Isarra <[email protected]>

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

Reply via email to