Remove XmlDumpWriter::schemaVersion (deprecated 1.20)
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 26 Sep 2014 19:24:26 +0000 (21:24 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 26 Sep 2014 21:34:36 +0000 (14:34 -0700)
Change-Id: I725d19e46d4728d46d58bfbd3d5a9ad54c4df24a

RELEASE-NOTES-1.25
includes/Export.php

index f40dfe7..ea781d3 100644 (file)
@@ -36,6 +36,7 @@ changes to languages because of Bugzilla reports.
 * (bug 56257) Set site logo from mediawiki.skinning.interface module instead of
   inline styles in the HTML.
 * Removed ApiQueryUsers::getAutoGroups(). (deprecated since 1.20)
+* Removed XmlDumpWriter::schemaVersion(). (deprecated since 1.20)
 
 == Compatibility ==
 
index 84f5c60..dee0a86 100644 (file)
@@ -479,16 +479,6 @@ class WikiExporter {
  * @ingroup Dump
  */
 class XmlDumpWriter {
-       /**
-        * Returns the export schema version.
-        * @deprecated since 1.20; use WikiExporter::schemaVersion() instead
-        * @return string
-        */
-       function schemaVersion() {
-               wfDeprecated( __METHOD__, '1.20' );
-               return WikiExporter::schemaVersion();
-       }
-
        /**
         * Opens the XML output stream's root "<mediawiki>" element.
         * This does not include an xml directive, so is safe to include