added missing deprecation notices
[lhc/web/wiklou.git] / includes / Wiki.php
index 0a4c0ea..e4e5b30 100644 (file)
@@ -289,6 +289,7 @@ class MediaWiki {
         * @return Article object
         */
        public static function articleFromTitle( $title, IContextSource $context ) {
+               wfDeprecated( __METHOD__, '1.18' );
                return Article::newFromTitle( $title, $context );
        }