From: umherirrender Date: Fri, 26 Sep 2014 19:24:26 +0000 (+0200) Subject: Remove XmlDumpWriter::schemaVersion (deprecated 1.20) X-Git-Tag: 1.31.0-rc.0~13794^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=799ba118a3a831b99c7c14a2240ebbb3804719c5;p=lhc%2Fweb%2Fwiklou.git Remove XmlDumpWriter::schemaVersion (deprecated 1.20) Change-Id: I725d19e46d4728d46d58bfbd3d5a9ad54c4df24a --- diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index f40dfe768e..ea781d3650 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -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 == diff --git a/includes/Export.php b/includes/Export.php index 84f5c60cec..dee0a864d4 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -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 "" element. * This does not include an xml directive, so is safe to include