r81989 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81988‎ | r81989 | r81990 >
Date:19:30, 11 February 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Comment cleanup, unused vars
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -1,7 +1,7 @@
22 <?php
33 /**
4 - * Vector - Branch of MonoBook which has many usability improvements and
5 - * somewhat cleaner code.
 4+ * Vector - Modern version of MonoBook with fresh look and many usability
 5+ * improvements.
66 *
77 * @todo document
88 * @file
@@ -18,7 +18,6 @@
1919 */
2020 class SkinVector extends SkinTemplate {
2121
22 - /* Functions */
2322 var $skinname = 'vector', $stylename = 'vector',
2423 $template = 'VectorTemplate', $useHeadElement = true;
2524
@@ -69,13 +68,12 @@
7069 /* Functions */
7170
7271 /**
73 - * Outputs the entire contents of the XHTML page
 72+ * Outputs the entire contents of the (X)HTML page
7473 */
7574 public function execute() {
76 - global $wgRequest, $wgLang, $wgVectorUseIconWatch;
 75+ global $wgLang, $wgVectorUseIconWatch;
7776
7877 $this->skin = $this->data['skin'];
79 - $action = $wgRequest->getText( 'action' );
8078
8179 // Build additional attributes for navigation urls
8280 //$nav = $this->skin->buildNavigationUrls();

Status & tagging log