From: James D. Forrester Date: Thu, 17 Jan 2019 18:31:28 +0000 (-0800) Subject: WikiTextStructure: Explain the source of two non-Core exclusions X-Git-Tag: 1.34.0-rc.0~3058^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=55a08801e1d938e81872d9cb68bcbb76199f13ae;p=lhc%2Fweb%2Fwiklou.git WikiTextStructure: Explain the source of two non-Core exclusions Change-Id: I2673afb25c6f21789a4c89f390ca13dae2cc2fa9 --- diff --git a/includes/content/WikiTextStructure.php b/includes/content/WikiTextStructure.php index a82ffa1b5a..4fc3fa2dbc 100644 --- a/includes/content/WikiTextStructure.php +++ b/includes/content/WikiTextStructure.php @@ -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',