r94159 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94158‎ | r94159 | r94160 >
Date:15:42, 10 August 2011
Author:ankitgarg833
Status:deferred (Comments)
Tags:
Comment:
adding Form tag handeling code.
Modified paths:
  • /trunk/extensions/PageSchemas/PageSchemas.classes.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/PageSchemas.classes.php
@@ -138,9 +138,8 @@
139139 return $text;
140140 }
141141
142 - static function parsePageSchemas($class_schema_xml) {
143 -
144 - global $wgTitle;
 142+ static function parsePageSchemas($class_schema_xml) {
 143+ global $wgTitle;
145144 if($wgTitle->getNamespace() == NS_CATEGORY){
146145 $text = "<p>Schema description:</p>\n";
147146 $text .= "<table class=\"pageSchema\">\n";
@@ -159,7 +158,7 @@
160159 $text .= "</table>\n";
161160 }else{
162161 $text = "";
163 - }
 162+ }
164163 return $text;
165164 }
166165 static function parseFormElem( $form_xml ) {

Comments

#Comment by Nikerabbit (talk | contribs)   04:38, 11 August 2011

Diff doesn't match commit description.

Status & tagging log