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

Revision: 99545
Author:   nikerabbit
Date:     2011-10-11 19:45:44 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
Removed an obsolete configuration variable

Modified Paths:
--------------
    trunk/extensions/Translate/Translate.php

Modified: trunk/extensions/Translate/Translate.php
===================================================================
--- trunk/extensions/Translate/Translate.php    2011-10-11 19:40:07 UTC (rev 
99544)
+++ trunk/extensions/Translate/Translate.php    2011-10-11 19:45:44 UTC (rev 
99545)
@@ -335,19 +335,6 @@
  */
 $wgPageTranslationNamespace = 1198;
 
-/**
- * Hack to reduce database queries due to indirection in the database
- * layout. May go away in future.
- * Example:
- *  $wgTranslateStaticTags = array(
- *     "tp:mark" => 3,
- *     "tp:tag" => 4,
- *     "tp:transver" => 5
- *  );
- */
-$wgTranslateStaticTags = false;
-
-
 # === Message group configuration ===
 
 /**


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

Reply via email to