http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90214

Revision: 90214
Author:   platonides
Date:     2011-06-16 16:54:06 +0000 (Thu, 16 Jun 2011)
Log Message:
-----------
Revert r88988

Modified Paths:
--------------
    trunk/phase3/includes/parser/ParserOptions.php

Modified: trunk/phase3/includes/parser/ParserOptions.php
===================================================================
--- trunk/phase3/includes/parser/ParserOptions.php      2011-06-16 16:24:40 UTC 
(rev 90213)
+++ trunk/phase3/includes/parser/ParserOptions.php      2011-06-16 16:54:06 UTC 
(rev 90214)
@@ -60,8 +60,9 @@
        function getAllowExternalImages()           { return 
$this->mAllowExternalImages; }
        function getAllowExternalImagesFrom()       { return 
$this->mAllowExternalImagesFrom; }
        function getEnableImageWhitelist()          { return 
$this->mEnableImageWhitelist; }
-       function getEditSection()                   { 
$this->optionUsed('editsection'); return $this->mEditSection; }
-       function getNumberHeadings()                { 
$this->optionUsed('numberheadings'); return $this->mNumberHeadings; }
+       function getEditSection()                   { return 
$this->mEditSection; }
+       function getNumberHeadings()                { 
$this->optionUsed('numberheadings');
+                                                                               
                  return $this->mNumberHeadings; }
        function getAllowSpecialInclusion()         { return 
$this->mAllowSpecialInclusion; }
        function getTidy()                          { return $this->mTidy; }
        function getInterfaceMessage()              { return 
$this->mInterfaceMessage; }
@@ -75,13 +76,17 @@
        function getEnableLimitReport()             { return 
$this->mEnableLimitReport; }
        function getCleanSignatures()               { return 
$this->mCleanSignatures; }
        function getExternalLinkTarget()            { return 
$this->mExternalLinkTarget; }
-       function getMath()                          { 
$this->optionUsed('math'); return $this->mMath; }
-       function getThumbSize()                     { 
$this->optionUsed('thumbsize'); return $this->mThumbSize; }
-       function getStubThreshold()                 { 
$this->optionUsed('stubthreshold'); return $this->mStubThreshold; }
+       function getMath()                          { $this->optionUsed('math');
+                                                                               
                  return $this->mMath; }
+       function getThumbSize()                     { 
$this->optionUsed('thumbsize');
+                                                                               
                  return $this->mThumbSize; }
+       function getStubThreshold()                 { 
$this->optionUsed('stubthreshold');
+                                                                               
                  return $this->mStubThreshold; }
 
        function getIsPreview()                     { return $this->mIsPreview; 
}
        function getIsSectionPreview()              { return 
$this->mIsSectionPreview; }
-       function getIsPrintable()                   { 
$this->optionUsed('printable'); return $this->mIsPrintable; }
+       function getIsPrintable()                   { 
$this->optionUsed('printable');
+                                                                               
                  return $this->mIsPrintable; }
        function getUser()                          { return $this->mUser; }
        function getPreSaveTransform()              { return 
$this->mPreSaveTransform; }
 


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to