From: Marius Hoch Date: Sat, 1 Feb 2014 16:13:15 +0000 (+0100) Subject: Minor documentation fix for ContentHandler::makeParserOptions X-Git-Tag: 1.31.0-rc.0~17050^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=7d016b5e3e80bb13d16c1131d1959e7aaea76195;p=lhc%2Fweb%2Fwiklou.git Minor documentation fix for ContentHandler::makeParserOptions Change-Id: I752edbf2f68d4f11bb24ccbce40f0618b4ac5e48 --- diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index 200d453f17..7c51345d8e 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -942,7 +942,7 @@ abstract class ContentHandler { } /** - * Get parser options suitable for rendering the primary article wikitext + * Get parser options suitable for rendering and caching the article * * @param IContextSource|User|string $context One of the following: * - IContextSource: Use the User and the Language of the provided @@ -952,8 +952,6 @@ abstract class ContentHandler { * - 'canonical': Canonical options (anonymous user with default * preferences and content language). * - * @param IContextSource|User|string $context - * * @throws MWException * @return ParserOptions */