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

Revision: 64822
Author:   platonides
Date:     2010-04-09 19:35:14 +0000 (Fri, 09 Apr 2010)

Log Message:
-----------
Follow up r64819. Cosmetical fixes.

Modified Paths:
--------------
    branches/REL1_16/phase3/includes/parser/Parser.php
    trunk/phase3/includes/parser/Parser.php

Modified: branches/REL1_16/phase3/includes/parser/Parser.php
===================================================================
--- branches/REL1_16/phase3/includes/parser/Parser.php  2010-04-09 19:17:28 UTC 
(rev 64821)
+++ branches/REL1_16/phase3/includes/parser/Parser.php  2010-04-09 19:35:14 UTC 
(rev 64822)
@@ -349,8 +349,8 @@
                /**
                 * The page doesn't get language converted if
                 * a) It's disabled
-         * c) Content isn't converted
-         * d) It's a conversion table
+                * b) Content isn't converted
+                * c) It's a conversion table
                 */
                if ( !( $wgDisableLangConversion
                                || isset( 
$this->mDoubleUnderscores['nocontentconvert'] )

Modified: trunk/phase3/includes/parser/Parser.php
===================================================================
--- trunk/phase3/includes/parser/Parser.php     2010-04-09 19:17:28 UTC (rev 
64821)
+++ trunk/phase3/includes/parser/Parser.php     2010-04-09 19:35:14 UTC (rev 
64822)
@@ -347,8 +347,8 @@
                /**
                 * The page doesn't get language converted if
                 * a) It's disabled
-         * c) Content isn't converted
-         * d) It's a conversion table
+                * b) Content isn't converted
+                * c) It's a conversion table
                 */
                if ( !( $wgDisableLangConversion
                                || isset( 
$this->mDoubleUnderscores['nocontentconvert'] )



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

Reply via email to