From 55a08801e1d938e81872d9cb68bcbb76199f13ae Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 17 Jan 2019 10:31:28 -0800 Subject: [PATCH] WikiTextStructure: Explain the source of two non-Core exclusions Change-Id: I2673afb25c6f21789a4c89f390ca13dae2cc2fa9 --- includes/content/WikiTextStructure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.20.1