WikiTextStructure: Explain the source of two non-Core exclusions
authorJames D. Forrester <jforrester@wikimedia.org>
Thu, 17 Jan 2019 18:31:28 +0000 (10:31 -0800)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 17 Jan 2019 18:31:28 +0000 (10:31 -0800)
Change-Id: I2673afb25c6f21789a4c89f390ca13dae2cc2fa9

includes/content/WikiTextStructure.php

index a82ffa1..4fc3fa2 100644 (file)
@@ -31,9 +31,9 @@ class WikiTextStructure {
                'audio', 'video',
                // CSS stylesheets aren't content
                'style',
-               // The [1] for references
+               // The [1] for references from Cite
                'sup.reference',
-               // The ↑ next to references in the references section
+               // The ↑ next to references in the references section from Cite
                '.mw-cite-backlink',
                // Headings are already indexed in their own field.
                'h1', 'h2', 'h3', 'h4', 'h5', 'h6',