From 75bc4022842e27d0c05da22f9c17d123bdd5c047 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Thu, 9 Mar 2006 03:45:51 +0000 Subject: [PATCH] &preload= is not just there because of the inputbox, and should not be moved there. --- includes/Article.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index 35aacef185..06d165a465 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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 */ -- 2.20.1