X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%22id_auteur=%24connect_id_auteur%22%29%20.%20%22?a=blobdiff_plain;f=includes%2Fcontent%2FContent.php;h=8596619d13b8aa7fc211924b8dcd7ef4b3d5652b;hb=6ebfe8578c8a14913df2426583a68b2a0803e6d2;hp=2637aa692912f548063b2bbb1b358f93193e05e7;hpb=04390e58fe1302824a0b586a21f6b09f8f64780d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/Content.php b/includes/content/Content.php index 2637aa6929..8596619d13 100644 --- a/includes/content/Content.php +++ b/includes/content/Content.php @@ -269,7 +269,8 @@ interface Content { * may call ParserOutput::recordOption() on the output object. * * @param Title $title The page title to use as a context for rendering. - * @param int|null $revId Optional revision ID being rendered. + * @param int|null $revId ID of the revision being rendered. + * See Parser::parse() for the ramifications. (default: null) * @param ParserOptions|null $options Any parser options. * @param bool $generateHtml Whether to generate HTML (default: true). If false, * the result of calling getText() on the ParserOutput object returned by