From: umherirrender Date: Fri, 26 Sep 2014 19:25:53 +0000 (+0200) Subject: Remove LogEventsList::getDisplayTitle (deprecated 1.20) X-Git-Tag: 1.31.0-rc.0~13793^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22lang_raccourcis%22%2C%22module=%24nom_module%22%29%20.%20%22?a=commitdiff_plain;h=6ed0a552b53491e6f03a9a7661bfafcea015c9ef;p=lhc%2Fweb%2Fwiklou.git Remove LogEventsList::getDisplayTitle (deprecated 1.20) Change-Id: If8306adec1cd64064280f8ffa1163237ee427cf2 --- diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index ea781d3650..0e100285b4 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -37,6 +37,7 @@ changes to languages because of Bugzilla reports. inline styles in the HTML. * Removed ApiQueryUsers::getAutoGroups(). (deprecated since 1.20) * Removed XmlDumpWriter::schemaVersion(). (deprecated since 1.20) +* Removed LogEventsList::getDisplayTitle(). (deprecated since 1.20) == Compatibility == diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index 4dc25ef3ab..e1f58a4ac1 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -57,17 +57,6 @@ class LogEventsList extends ContextSource { $this->flags = $flags; } - /** - * Deprecated alias for getTitle(); do not use. - * - * @deprecated since 1.20; use getTitle() instead. - * @return Title - */ - public function getDisplayTitle() { - wfDeprecated( __METHOD__, '1.20' ); - return $this->getTitle(); - } - /** * Show options for the log list *