OutputPage: Change outdated comment to point to mediawiki.org page.
authormvolz <marielle.volz@gmail.com>
Fri, 28 Jun 2019 14:54:40 +0000 (15:54 +0100)
committerKrinkle <krinklemail@gmail.com>
Fri, 28 Jun 2019 16:38:58 +0000 (16:38 +0000)
Comment had outdated TODO for documentation
which has since been created.

Change-Id: Id0df26c979a6d1bad84e456a923721688d51617f

includes/OutputPage.php

index ad375fa..28e0a31 100644 (file)
@@ -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 ...).