* (bug 28812) API's parse module documentation should no longer include section tree...
authorSam Reed <reedy@users.mediawiki.org>
Wed, 4 May 2011 18:14:30 +0000 (18:14 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 4 May 2011 18:14:30 +0000 (18:14 +0000)
Remove wrong comment

includes/api/ApiParse.php

index d5522c5..3284ece 100644 (file)
@@ -545,7 +545,6 @@ class ApiParse extends ApiBase {
                                ' headhtml       - Gives parsed <head> 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',