r111637 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111636‎ | r111637 | r111638 >
Date:12:59, 16 February 2012
Author:ialex
Status:ok
Tags:
Comment:
Added wfDeprecated() call to wfSpecialList() now there no more calls to that function in core or extensions
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1931,6 +1931,8 @@
19321932 * @deprecated since 1.19; use Language::specialList() instead
19331933 */
19341934 function wfSpecialList( $page, $details, $oppositedm = true ) {
 1935+ wfDeprecated( __METHOD__, '1.19' );
 1936+
19351937 global $wgLang;
19361938 return $wgLang->specialList( $page, $details, $oppositedm );
19371939 }

Sign-offs

UserFlagDate
Nikerabbitinspected17:48, 16 February 2012

Status & tagging log