&preload= is not just there because of the inputbox, and should not be moved
authorErik Moeller <erik@users.mediawiki.org>
Thu, 9 Mar 2006 03:45:51 +0000 (03:45 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Thu, 9 Mar 2006 03:45:51 +0000 (03:45 +0000)
there.

includes/Article.php

index 35aacef..06d165a 100644 (file)
@@ -205,11 +205,6 @@ class Article {
        /**
         * Get the contents of a page from its title and remove includeonly tags
         *
-        * TODO FIXME: This is only here because of the inputbox extension and
-        * should be moved there
-        *
-        * @deprecated
-        *
         * @param string The title of the page
         * @return string The contents of the page
         */