Remove @param for argument removed in r97206.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 15 Sep 2011 21:29:53 +0000 (21:29 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 15 Sep 2011 21:29:53 +0000 (21:29 +0000)
includes/WikiPage.php

index 0037439..3c9af1c 100644 (file)
@@ -2561,7 +2561,6 @@ class WikiPage extends Page {
 
        /**
         * Get parser options suitable for rendering the primary article wikitext
-        * @param $canonical boolean Determines that the generated options must not depend on user preferences (see bug 14404)
         * @return mixed ParserOptions object or boolean false
         */
        public function getParserOptions() {