From: mvolz Date: Fri, 28 Jun 2019 14:54:40 +0000 (+0100) Subject: OutputPage: Change outdated comment to point to mediawiki.org page. X-Git-Tag: 1.34.0-rc.0~1254^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=a3362815dd26a774d647e3719b24f1e0ea4b796b;p=lhc%2Fweb%2Fwiklou.git OutputPage: Change outdated comment to point to mediawiki.org page. Comment had outdated TODO for documentation which has since been created. Change-Id: Id0df26c979a6d1bad84e456a923721688d51617f --- 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 ...).