From: Chad Horohoe Date: Wed, 2 Oct 2013 21:44:24 +0000 (-0700) Subject: Remove wfSpecialList() X-Git-Tag: 1.31.0-rc.0~18623 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=6ed4f857eb8d8cdef9039e5ac26db044f71e8c3b;p=lhc%2Fweb%2Fwiklou.git Remove wfSpecialList() Has been deprecated for several releases, nothing in Git or SVN uses it. Change-Id: I899a0a76a5cb23686caaf6fd244f926a6938fe77 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index ba60fd86e6..318b1513f4 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1951,23 +1951,6 @@ function wfViewPrevNext( $offset, $limit, $link, $query = '', $atend = false ) { return $wgLang->viewPrevNext( $title, $offset, $limit, $query, $atend ); } -/** - * Make a list item, used by various special pages - * - * @param string $page Page link - * @param string $details Text between brackets - * @param $oppositedm Boolean Add the direction mark opposite to your - * language, to display text properly - * @return String - * @deprecated since 1.19; use Language::specialList() instead - */ -function wfSpecialList( $page, $details, $oppositedm = true ) { - wfDeprecated( __METHOD__, '1.19' ); - - global $wgLang; - return $wgLang->specialList( $page, $details, $oppositedm ); -} - /** * @todo document * @todo FIXME: We may want to blacklist some broken browsers