From: Sam Reed Date: Wed, 4 May 2011 18:14:30 +0000 (+0000) Subject: * (bug 28812) API's parse module documentation should no longer include section tree... X-Git-Tag: 1.31.0-rc.0~30409 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=f903f1ecb0389dbf68f14d39c61b3a9946063dd7;p=lhc%2Fweb%2Fwiklou.git * (bug 28812) API's parse module documentation should no longer include section tree warning Remove wrong comment --- diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index d5522c5af7..3284ece5f7 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -545,7 +545,6 @@ class ApiParse extends ApiBase { ' headhtml - Gives parsed of the page', ' iwlinks - Gives interwiki links in the parsed wikitext', ' wikitext - Gives the original wikitext that was parsed', - 'NOTE: Section tree is only generated if there are more than 4 sections, or if the __TOC__ keyword is present' ), 'pst' => array( 'Do a pre-save transform on the input before parsing it',