Remove deprecated $wgBetterDirectionality
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 11 Jan 2014 19:38:33 +0000 (20:38 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 11 Jan 2014 19:41:15 +0000 (20:41 +0100)
Was deprecated in 1.18. One use remained in Liquidthreads. It was removed
there, too.

Change-Id: I4dc3290fe7fe793d8284a3337e24dbe298099079

RELEASE-NOTES-1.23
includes/DefaultSettings.php

index d5f98c2..10671fe 100644 (file)
@@ -269,6 +269,9 @@ changes to languages because of Bugzilla reports.
 * WikiPage::useParserCache() (deprecated in 1.18)
 * WikiPage::viewUpdates() (deprecated in 1.18)
 
+==== Removed globals ====
+* $wgBetterDirectionality (deprecated in 1.18)
+
 == Compatibility ==
 
 MediaWiki 1.23 requires PHP 5.3.2 or later.
index 92ceb6f..1dd904b 100644 (file)
@@ -3070,14 +3070,6 @@ $wgVectorUseIconWatch = true;
  */
 $wgEdititis = false;
 
-/**
- * Better directionality support (bug 6100 and related).
- * Removed in 1.18, still kept here for LiquidThreads backwards compatibility.
- *
- * @deprecated since 1.18
- */
-$wgBetterDirectionality = true;
-
 /**
  * Some web hosts attempt to rewrite all responses with a 404 (not found)
  * status code, mangling or hiding MediaWiki's output. If you are using such a