From a3362815dd26a774d647e3719b24f1e0ea4b796b Mon Sep 17 00:00:00 2001 From: mvolz Date: Fri, 28 Jun 2019 15:54:40 +0100 Subject: [PATCH] OutputPage: Change outdated comment to point to mediawiki.org page. Comment had outdated TODO for documentation which has since been created. Change-Id: Id0df26c979a6d1bad84e456a923721688d51617f --- includes/OutputPage.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index ad375fa915..28e0a31352 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -29,9 +29,9 @@ use Wikimedia\WrappedString; use Wikimedia\WrappedStringList; /** - * This class should be covered by a general architecture document which does - * not exist as of January 2011. This is one of the Core classes and should - * be read at least once by any new developers. + * This is one of the Core classes and should + * be read at least once by any new developers. Also documented at + * https://www.mediawiki.org/wiki/Manual:Architectural_modules/OutputPage * * This class is used to prepare the final rendering. A skin is then * applied to the output parameters (links, javascript, html, categories ...). -- 2.20.1