Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -1931,6 +1931,8 @@ |
1932 | 1932 | * @deprecated since 1.19; use Language::specialList() instead |
1933 | 1933 | */ |
1934 | 1934 | function wfSpecialList( $page, $details, $oppositedm = true ) { |
| 1935 | + wfDeprecated( __METHOD__, '1.19' ); |
| 1936 | + |
1935 | 1937 | global $wgLang; |
1936 | 1938 | return $wgLang->specialList( $page, $details, $oppositedm ); |
1937 | 1939 | } |