X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FLinker.php;h=b58dabab9d597b456469ebe17b097a74ed5eb198;hb=d1adda0be9bb4de5ca9a19f6905fea3c9bb0f35b;hp=a9c26c6451ac7c9b19942e543fd9633ba1e0371c;hpb=96a8ab6928b3e0be884c33eed8a1febf6fc4c31e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Linker.php b/includes/Linker.php index a9c26c6451..b58dabab9d 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1752,17 +1752,6 @@ class Linker { $link, $legacyAnchor = false ) { $ret = " '#' . $anchor, - 'class' => 'mw-headline-anchor', - // Hide from screen readers, as it is inside a heading (the programs use headings to - // navigate, so the symbol is being read during navigation). Pending T13555 being fixed. - 'aria-hidden' => 'true', - 'title' => wfMessage( 'headline-anchor-title' )->text() - ), - wfMessage( 'section-symbol' )->text() - ) . "$html" . $link . "";